mirror of
https://github.com/boostorg/boost-tasks.git
synced 2026-01-31 20:12:14 +00:00
Rename upload directory.
This commit is contained in:
@@ -21,15 +21,15 @@ try {
|
||||
|
||||
Process::run("git archive master | tar -x -C {$dst}", __DIR__);
|
||||
Process::run("rm -r {$dst}/nbproject");
|
||||
Process::run("rsync -az {$dst}/ dnljms@boost.org:boost-update/");
|
||||
echo "rsync -az {$dst}/ dnljms@boost.org:boost-update/";
|
||||
Process::run("rsync -az {$dst}/ dnljms@boost.org:boost-tasks/");
|
||||
echo "rsync -az {$dst}/ dnljms@boost.org:boost-tasks/";
|
||||
}
|
||||
catch (\RuntimeException $e) {
|
||||
Log::error("Runtime exception: {$e}");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
// Return an error code is an error was logged.
|
||||
// Return an error code if an error was logged.
|
||||
if (Log::$error) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user