This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 2a4e9db bin/build-rpm-package: nope, version numbers must be numeric, so fake tumbleweed through 9999. new 040c2dc bin/build-rpm-package: create pretty Tumbleweed repository description. The 1 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/build-rpm-package | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.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 040c2dc419631de59c95a767cac22af443741ba0 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Nov 16 02:46:53 2017 +0100 bin/build-rpm-package: create pretty Tumbleweed repository description. --- bin/build-rpm-package | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 6c16b36..3da13db 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1199,6 +1199,7 @@ upload_packages() { if [[ "${l_CODENAME}" = "tumbleweed" ]]; then # Fake the version for tumbleweed builds. tmp_suse_major_version="9999" + distro_string="${distro_string}Tumbleweed" else tmp_suse_major_version="$(get_generic_major_version "${l_CODENAME}")" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git