mirror of https://github.com/CGAL/cgal
Yet another fix
Scripts/developer_scripts/create_internal_release is difficult to test without commiting it. :-(
This commit is contained in:
parent
ff6c7f9436
commit
54748a5fa2
|
|
@ -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";
|
||||
# }
|
||||
|
|
|
|||
Loading…
Reference in New Issue