This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from b029658 debian/rules: fix version detection on testing and unstable. new 72b079c debian/rules: add quotes to comment to force new commit and Jenkins build. 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: debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2goclient. commit 72b079c9194372ca762fdd60309acf7b3bb6f570 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Dec 3 04:11:46 2022 +0100 debian/rules: add quotes to comment to force new commit and Jenkins build. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6cde8fa..bd9da9f 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ else # Note that this should only be the case for either testing or unstable. # Other systems should have a proper version number. # This is also why we can just drop any suites/archive names (this is - # what a= means) containing a dash character (e.g., stable-updates) + # what a= means) containing a dash character (e.g., "stable-updates") # and only pick the first match. RELEASE_VER := $(shell /usr/bin/apt-cache policy | grep -E 'o=(De|Rasp)bian,' | grep -E 'l=(De|Rasp)bian,' | grep -F 'c=main,' | grep -Eo 'a=[^, ]*' | grep -v -- '-' | head -n '1') -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git