Yet another fix
Scripts/developer_scripts/create_internal_release is difficult to test without commiting it. :-(
This commit is contained in:
@@ -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";
|
||||
# }
|
||||
|
||||
Reference in New Issue
Block a user