From 1ce875c1ac72b5c37446a26ae952e2ec7a780390 Mon Sep 17 00:00:00 2001 From: Chris Frey Date: Fri, 22 Aug 2008 00:49:11 -0400 Subject: [PATCH] Added sleep, for viewing. --- snapshot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/snapshot.sh b/snapshot.sh index 26b691bf..2501025d 100755 --- a/snapshot.sh +++ b/snapshot.sh @@ -11,6 +11,7 @@ cd maintainer ./git-extract.sh $1 $2 $3 (cd build/barry* && "$SCRIPTDIR/debian-snap.sh" $1 $2) (cd build/barry* && "$SCRIPTDIR/rpm-snap.sh" $1 $2) +sleep 2s (cd build/barry* && ../../tar-prepare.sh) (cd build && ../tar-create.sh $1 $2) -- 2.11.4.GIT