Gitweb links:

...log 
http://git.netsurf-browser.org/packaging/debian.git/shortlog/00f536ee36684e2d1b9e5e68ae06c176ce85583c
...commit 
http://git.netsurf-browser.org/packaging/debian.git/commit/00f536ee36684e2d1b9e5e68ae06c176ce85583c
...tree 
http://git.netsurf-browser.org/packaging/debian.git/tree/00f536ee36684e2d1b9e5e68ae06c176ce85583c

The branch, bullseye has been updated
       via  00f536ee36684e2d1b9e5e68ae06c176ce85583c (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=00f536ee36684e2d1b9e5e68ae06c176ce85583c
commit 00f536ee36684e2d1b9e5e68ae06c176ce85583c
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..2f63dab 100644
--- a/ci-build-script.sh
+++ b/ci-build-script.sh
@@ -8,7 +8,9 @@ fi
 
 # ensure Debian suite is set
 if [ "x${1}" = "x" ]; then
-DEBIAN_SUITE=buster
+DEBIAN_SUITE=bullseye
+else
+DEBIAN_SUITE="${1}"
 fi
 
 # show parameters


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

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

diff --git a/ci-build-script.sh b/ci-build-script.sh
index feb65f8..2f63dab 100644
--- a/ci-build-script.sh
+++ b/ci-build-script.sh
@@ -8,7 +8,9 @@ fi
 
 # ensure Debian suite is set
 if [ "x${1}" = "x" ]; then
-DEBIAN_SUITE=buster
+DEBIAN_SUITE=bullseye
+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