mirror of https://github.com/CGAL/cgal
It seems something has changed on the SVN server.
Tweak the post-commit script.
This commit is contained in:
parent
97d6b4187e
commit
bde90b5e9c
|
|
@ -406,6 +406,7 @@ my $dirlist = join(' ', @dirschanged);
|
|||
# Get project name (specific to InriaGForge)
|
||||
my $project_name = $repos;
|
||||
$project_name =~ s/\/svn\///;
|
||||
$project_name =~ s/\/svnroot\///;
|
||||
|
||||
# Put together the body of the log message AS TEXT
|
||||
my @body;
|
||||
|
|
|
|||
Loading…
Reference in New Issue