This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 9f886b6 Clean up source RPM files from binary file places. new 84fe386 build-nsis-package.sh: don't preserve ownership for debian/changelog file (fails on shared directories.) 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-nsis-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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 84fe386459222f43da1dfc6aa24f5a06855d671c Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Mar 7 02:30:40 2015 +0100 build-nsis-package.sh: don't preserve ownership for debian/changelog file (fails on shared directories.) --- bin/build-nsis-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-nsis-package.sh b/bin/build-nsis-package.sh index 5ecadb6..90cf455 100755 --- a/bin/build-nsis-package.sh +++ b/bin/build-nsis-package.sh @@ -196,7 +196,7 @@ build_packages() { ./generate-nsis-version.pl $PROJECT_DIR cd $PROJECT_DIR - cp -a debian/changelog res/txt/ + cp -a --no-preserve=ownership debian/changelog res/txt/ # create git changelog immediately prior to building the SRPM package git --no-pager log --since "2 years ago" --format="%ai %aN (%h) %n%n%x09*%w(68,0,10) %s%d%n" > ChangeLog.gitlog -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git