Gitweb links:

...log 
http://git.netsurf-browser.org/packaging/debian.git/shortlog/985fa29bce172f5dd76a11eb50628a702c99c076
...commit 
http://git.netsurf-browser.org/packaging/debian.git/commit/985fa29bce172f5dd76a11eb50628a702c99c076
...tree 
http://git.netsurf-browser.org/packaging/debian.git/tree/985fa29bce172f5dd76a11eb50628a702c99c076

The branch, buster has been updated
       via  985fa29bce172f5dd76a11eb50628a702c99c076 (commit)
      from  a41474fa8f06bf2c4458dc344957c9b89a8e3685 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/packaging/debian.git/commit/?id=985fa29bce172f5dd76a11eb50628a702c99c076
commit 985fa29bce172f5dd76a11eb50628a702c99c076
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>

    fixup debian suite selection

diff --git a/ci-build-script.sh b/ci-build-script.sh
index feb65f8..3df7b26 100644
--- a/ci-build-script.sh
+++ b/ci-build-script.sh
@@ -9,6 +9,8 @@ fi
 # ensure Debian suite is set
 if [ "x${1}" = "x" ]; then
 DEBIAN_SUITE=buster
+else
+DEBIAN_SUITE="${1}"
 fi
 
 # show parameters


-----------------------------------------------------------------------

Summary of changes:
 ci-build-script.sh |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci-build-script.sh b/ci-build-script.sh
index feb65f8..3df7b26 100644
--- a/ci-build-script.sh
+++ b/ci-build-script.sh
@@ -9,6 +9,8 @@ fi
 # ensure Debian suite is set
 if [ "x${1}" = "x" ]; then
 DEBIAN_SUITE=buster
+else
+DEBIAN_SUITE="${1}"
 fi
 
 # show parameters


-- 
Debian Packaging for NetSurf
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to