summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCyril Brulebois <cyril.brulebois@enst-bretagne.fr>2011-09-15 14:03:54 +0200
committerAndreas Gruenbacher <agruen@linbit.com>2011-09-15 14:08:31 +0200
commit2cf48340a96e42e9360617708380b655405a2a62 (patch)
tree529dae843a1babb93967ecce67e0f61459af5726
parent7fffda1a4deb775d7cca195b97a0c1853d3cfe14 (diff)
downloadquilt-2cf48340a96e42e9360617708380b655405a2a62.tar.gz
snapshot command: Add missing create_db call
This closes the bug #403399 (missing create_db call when snapshot'ing) (see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=403399)
-rw-r--r--quilt/snapshot.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/quilt/snapshot.in b/quilt/snapshot.in
index bc34be7..312003f 100644
--- a/quilt/snapshot.in
+++ b/quilt/snapshot.in
@@ -74,6 +74,7 @@ then
fi
# Save current working state
+create_db
mkdir -p $QUILT_PC/$snap_subdir
for patch in $(applied_patches); do
files_in_patch $patch