From f16b5bfab292c9947dfe342b27f1c31cf6045728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 26 Sep 2015 14:45:07 -0300 Subject: add set command to db-sync-arm --- db-sync-arm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/db-sync-arm b/db-sync-arm index 853fee4..2e58802 100755 --- a/db-sync-arm +++ b/db-sync-arm @@ -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=() @@ -72,7 +74,7 @@ init() { local pkgpool for _arch in "${OURARCHES[@]}"; do for _repo in "${ARMREPOS[@]}"; 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