From ec050b2f1a1a1e51692251d3a7687e48c226fff5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 4 Feb 2016 07:14:34 +0200 Subject: Updates during the 0.2.0 release --- publish | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'publish') diff --git a/publish b/publish index 948e0b6..8d29214 100755 --- a/publish +++ b/publish @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# Publish build2 to build2.org/cppget.org. +# Publish build2 to build2.org/cppget.org (and brep.cppget.org). # # Usage: publish [] # @@ -27,10 +27,15 @@ fi function sync () { - rsync -v -rlpt --copy-unsafe-links --prune-empty-dirs --delete-after $* \ + info "build2.org:" + rsync -v -rlpt -c --copy-unsafe-links --prune-empty-dirs --delete-after $* \ $d/ build2.org:/var/www/download.build2.org/public/$v/ + info "cppget.org:" cppget.org/publish cppget.org/repository/1/ cppget.org:/var/bpkg/1/ $* + + info "brep.cppget.org:" + cppget.org/publish cppget.org/repository/1/ brep.cppget.org:/var/bpkg/1/ $* } sync --dry-run $* -- cgit v1.1