This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 1363703 bin/build-rpm-package: OpenSuSE Leap 42.2 is discontinued now, use discontinued mirror. new 51435c5 bin/debian-codename-to-version.sh: add bookworm codename. new 56fea46 bin/ubuntu-codename-to-version.sh: add new "focal" codename. new 8d59c29 bin/ubuntu-codename-to-version.sh: add new "groovy" codename. new f9383fb bin/ubuntu-codename-to-version.sh: add new "hirsute" codename. new 2150270 bin/ubuntu-codename-to-version.sh: add new "impish" codename. new 63fb607 bin/sbuild-deb-package: fix typo in comment. new 0496d37 bin/sbuild-deb-package: generate control file if template exists. The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/debian-codename-to-version.sh | 1 + bin/sbuild-deb-package | 12 +++++++++++- bin/ubuntu-codename-to-version.sh | 6 +++++- 3 files changed, 17 insertions(+), 2 deletions(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 51435c5b747013922079b73970dcaef86eec4682 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:20:31 2021 +0200 bin/debian-codename-to-version.sh: add bookworm codename. --- bin/debian-codename-to-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/debian-codename-to-version.sh b/bin/debian-codename-to-version.sh index ad69de4..a289edb 100755 --- a/bin/debian-codename-to-version.sh +++ b/bin/debian-codename-to-version.sh @@ -66,6 +66,7 @@ case "${codename}" in # For now and due to the aforementioned problems, # I decided to not handle the "testing" code name # at all. + ("bookworm") echo "12";; ("bullseye") echo "11";; ("buster") echo "10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 56fea468e5c2cd432a80bfc923732233e2e41030 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:21:52 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "focal" codename. --- bin/ubuntu-codename-to-version.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index bf325dc..630c90b 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,8 +45,9 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - ("eoan") echo "19.10";; + ("focal") echo "20.04";; + ("eoan") echo "19.10";; ("disco") echo "19.04";; ("cosmic") echo "18.10";; ("bionic") echo "18.04";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 2150270dcce1c3d1a1b2781673b4ccc52c5cbb97 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:30:33 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "impish" codename. --- bin/ubuntu-codename-to-version.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 6b70cd0..84375c8 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,6 +45,8 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("impish") echo "21.10";; + ("hirsute") echo "21.04";; ("groovy") echo "20.10";; ("focal") echo "20.04";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 8d59c29be537316de661a9ef899fdd813600bcb3 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:22:44 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "groovy" codename. --- bin/ubuntu-codename-to-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index 630c90b..e1df637 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,7 +45,7 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; - + ("groovy") echo "20.10";; ("focal") echo "20.04";; ("eoan") echo "19.10";; ("disco") echo "19.04";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit f9383fbf496b96a03fc76310e615532ae8398dd5 Author: Mihai Moldovan <ionic@ionic.de> Date: Sun May 9 18:27:04 2021 +0200 bin/ubuntu-codename-to-version.sh: add new "hirsute" codename. --- bin/ubuntu-codename-to-version.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ubuntu-codename-to-version.sh b/bin/ubuntu-codename-to-version.sh index e1df637..6b70cd0 100755 --- a/bin/ubuntu-codename-to-version.sh +++ b/bin/ubuntu-codename-to-version.sh @@ -45,6 +45,7 @@ case "${codename}" in # we can't really do better here. ("devel") echo "9999";; + ("hirsute") echo "21.04";; ("groovy") echo "20.10";; ("focal") echo "20.04";; ("eoan") echo "19.10";; -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 63fb607ac90bbfc61389ea8eb0d7ef0687493502 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 12:27:43 2021 +0200 bin/sbuild-deb-package: fix typo in comment. --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index a3b7991..b778597 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -411,7 +411,7 @@ build_packages() { arches+=( "amd64" "i386" ) ;; ("ppc64") - # Fpr ppc64{le,be{, we want to skip arch-indep binary packages + # For ppc64{le,be}, we want to skip arch-indep binary packages # even for the Architecture: all case, since such packages # will already be built by our x86_64 builder. skip_arch_all="1" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 0496d375fe3c642441ee4aef0f573df96bb72192 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed May 12 12:28:03 2021 +0200 bin/sbuild-deb-package: generate control file if template exists. --- bin/sbuild-deb-package | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index b778597..3424976 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -390,6 +390,16 @@ build_packages() { exit "1" fi + if [ ! -e 'debian/control' ]; then + if [ -e 'debian/control.in' ]; then + # If there is no control file, but we have a template, generate it. + debian/rules FORCE_VENDOR="${l_DIST}" FORCE_RELEASE_VER="${numerical_version}" 'debian/control' + else + printf 'No control file found and there is no template to generate it from.\n' >&2 + exit '1' + fi + fi + # modify the section for non-release package builds [ "x${COMPONENT}" != "x${COMPONENT_RELEASE}" ] && { mv -- "debian/control" "debian/control.tmp" -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git