Gitweb links:
...log
http://git.netsurf-browser.org/packaging/debian.git/shortlog/2fa4ba61ccf810d3cd6671b449ef11ad24a0487d
...commit
http://git.netsurf-browser.org/packaging/debian.git/commit/2fa4ba61ccf810d3cd6671b449ef11ad24a0487d
...tree
http://git.netsurf-browser.org/packaging/debian.git/tree/2fa4ba61ccf810d3cd6671b449ef11ad24a0487d
The branch, trixie has been updated
via 2fa4ba61ccf810d3cd6671b449ef11ad24a0487d (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=2fa4ba61ccf810d3cd6671b449ef11ad24a0487d
commit 2fa4ba61ccf810d3cd6671b449ef11ad24a0487d
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..2fc81e8 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=trixie
+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..2fc81e8 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=trixie
+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]