Last fix of testsuite scripts?
This commit is contained in:
@@ -207,6 +207,7 @@ sub install_packages() {
|
||||
}
|
||||
close(LOG_CONFLICTS);
|
||||
unlink 'temppack.tar';
|
||||
[ -d .git ] && git status --short -b >> .scm-urls
|
||||
# foreach my $file (sort keys(%files)) {
|
||||
# print "$files{$file}: $file\n";
|
||||
# }
|
||||
|
||||
@@ -158,6 +158,7 @@ if [ -d "${SOURCES_DIR}/.git" ]; then
|
||||
git pull
|
||||
CGAL_GIT_HASH=`git rev-parse HEAD`
|
||||
popd
|
||||
SCM=git
|
||||
else
|
||||
svn update ${SOURCES_DIR}
|
||||
CGAL_SVN_REVISION=`svn info ${SOURCES_DIR} | grep Revision | cut -d' ' -f2`
|
||||
|
||||
Reference in New Issue
Block a user