Skip to content
Snippets Groups Projects
Commit 94c4a185 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

added simple way to create a tarball just before the build is deleted.

parent bdcf8d62
No related branches found
No related tags found
No related merge requests found
......@@ -459,5 +459,10 @@ if ($gnulikebuild) {
print "TESTDONE: 1 tests out of 0 (dummy message)\n"; # dummy message to feign success
}
# simple way to create a tarball just before the build is deleted.
if (-f '../mktarball') {
system('../mktarball');
}
# mydie to cleanup
mydie "ending nicely";
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment