This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from adf9ed4 x2go-release-announcement: Strip epoch part of a package version (needed for nx-libs). new 60972c5 fix removal of all colons from release announcements 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/x2go-release-announcement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Alioth's /srv/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 60972c5ca2ea2860c14f4cd06815a0ec7f932bdb Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sat Aug 23 22:34:48 2014 +0200 fix removal of all colons from release announcements --- bin/x2go-release-announcement | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/x2go-release-announcement b/bin/x2go-release-announcement index 99d9741..071d4dc 100755 --- a/bin/x2go-release-announcement +++ b/bin/x2go-release-announcement @@ -48,7 +48,7 @@ cat debian/changelog | sed -e 's/Fixes:/Closes:/i' | dpkg-parsechangelog --offse -e 's/-0~x2go[0-9]//' \ -e 's/-0x2go[0-9]//' \ -e 's/-0$//' \ - -e 's/[0-9]*:([0-9\.]*)/\1/g' \ + -e "s/^\ $project\ \([0-9]*:([0-9\.]*)\)/\ $project \(\1\)/g" \ -e 's/^Distribution: unstable/Status: RELEASE/' \ -e 's/ unstable;/ RELEASED;/' \ -e 's/^Distribution: UNRELEASED/Status: PREVIEW/' \ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git