summaryrefslogtreecommitdiff
path: root/stage
diff options
context:
space:
mode:
Diffstat (limited to 'stage')
-rwxr-xr-xstage11
1 files changed, 11 insertions, 0 deletions
diff --git a/stage b/stage
new file mode 100755
index 0000000..9de1037
--- /dev/null
+++ b/stage
@@ -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 $*