Yet another fix

Scripts/developer_scripts/create_internal_release is difficult to test
without commiting it. :-(
This commit is contained in:
Laurent Rineau 2012-11-13 16:15:18 +01:00
parent ff6c7f9436
commit 54748a5fa2
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ sub install_packages() {
}
close(LOG_CONFLICTS);
unlink 'temppack.tar';
[ -d .git ] && git status --short -b >> .scm-urls
( -d "$ALLPACKAGESDIR/.git" ) && system("echo 'SCM branch:' > .scm-branch; git --git-dir=$ALLPACKAGESDIR/.git --work-tree=$ALLPACKAGESDIR status --short -b | head -1 >> .scm-branch");
# foreach my $file (sort keys(%files)) {
# print "$files{$file}: $file\n";
# }