This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 4abb67a Another fix. This time it was my fault. new 12acfcc bin/build-all-deb-packages: fix shebang. 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-all-deb-packages | 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 12acfcc5ccbb6d0a566eaf16b69aab2f33d68154 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Jan 28 17:37:15 2015 +0100 bin/build-all-deb-packages: fix shebang. --- bin/build-all-deb-packages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-all-deb-packages b/bin/build-all-deb-packages index 76468eb..1e3b6bb 100755 --- a/bin/build-all-deb-packages +++ b/bin/build-all-deb-packages @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash # Copyright (C) 2011 by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> # -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git