summaryrefslogtreecommitdiff
path: root/db-sync
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-26 14:43:03 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-09-26 14:43:03 -0300
commit56694a1e73a5c91df075fa3307bdd40a9d1e520f (patch)
treeeb8c04e1af6ffc248a49d213f846ad8da1e19cb0 /db-sync
parent3bc03bbdce0ad13d6db6c2a35ea3a2e7333004b7 (diff)
import changes from repo
Diffstat (limited to 'db-sync')
-rwxr-xr-xdb-sync4
1 files changed, 3 insertions, 1 deletions
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}