summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-sync-arm4
1 files changed, 3 insertions, 1 deletions
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}