diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 10:21:04 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 10:21:57 +0200 |
commit | c7aed7b90e4f306afb1b09664de0c1e70b962f26 (patch) | |
tree | c3c1be6d4b0409b4ae693ee101933437e814dfbe /stage | |
parent | db4f4539ac99eb18bad72a184964398919b25d6d (diff) |
Add release scripts, doc
Diffstat (limited to 'stage')
-rwxr-xr-x | stage | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#! /usr/bin/env bash + +# Stage build2 to cppget1 host. +# +# Usage: publish [<rsync-options>] +# +usage="$0 [<rsync-options>]" + +trap 'exit 1' ERR + +cppget.org/publish cppget.org/repository/1/ cppget1 $* |