From 56694a1e73a5c91df075fa3307bdd40a9d1e520f Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 26 Sep 2015 14:43:03 -0300 Subject: import changes from repo --- db-sync | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'db-sync') diff --git a/db-sync b/db-sync index 2194fe6..facfae9 100755 --- a/db-sync +++ b/db-sync @@ -14,6 +14,8 @@ # TODO # * make a tarball of files used for forensics +set -e + # Run as `V=true db-sync` to get verbose output VERBOSE=${V} extra=() @@ -71,7 +73,7 @@ init() { # Traverse all repo-arch pairs for _repo in "${ARCHREPOS[@]}"; do for _arch in "${ARCHARCHES[@]}"; do - msg "Processing %s-%s" "${_repo}-${_arch}" + msg "Processing %s-%s" "${_repo}" "${_arch}" db_file=$(get_repo_file "${_repo}" "${_arch}")${DBEXT} files_file=$(get_repo_file "${_repo}" "${_arch}")${FILESEXT} -- cgit v1.2.3-54-g00ecf