From 43315b1e8f06e0f23b83c733211c34ffa546ee06 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 16 Oct 2014 11:36:40 +0200 Subject: reproducible: put db into userContent so it can be grabbed for backup --- bin/reproducible_stats.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index c30a5e2d..fa349fcc 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -9,6 +9,9 @@ common_init "$@" # common code defining db access . /srv/jenkins/bin/reproducible_common.sh +# cp db away for backup purposes +cp $PACKAGES_DB /var/lib/jenkins/userContent/reproducible.db + set +x declare -A GOOD declare -A BAD -- cgit v1.2.3-54-g00ecf