summaryrefslogtreecommitdiff
path: root/cleopatre/bundle_delivery.py
diff options
context:
space:
mode:
Diffstat (limited to 'cleopatre/bundle_delivery.py')
-rwxr-xr-xcleopatre/bundle_delivery.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/bundle_delivery.py b/cleopatre/bundle_delivery.py
index 3f98b07d65..c9ef774cfe 100755
--- a/cleopatre/bundle_delivery.py
+++ b/cleopatre/bundle_delivery.py
@@ -25,9 +25,9 @@ BUNDLE_STORAGE_SPC300_BUNDLES_DIR = "SPC300/SPiDBundle"
# a bundle.
BUNDLE_STORAGE_BUNDLE_DIR_FMT = "{date}_SPiDBundle_{tagname}"
# In the bundle storage, the format of the filename of a bundle.
-BUNDLE_STORAGE_BUNDLE_FILE_FMT = "SPiDBundle-spc300-{tagname}.tar.bz2"
+BUNDLE_STORAGE_BUNDLE_FILE_FMT = "SPiDBundle-{tagname}.tar.bz2"
# The format of the filename of the resulting diff between two bundles.
-DIFF_FILE_FMT = "SPiDBundle-spc300-{tagname_from}-{tagname_to}.diff"
+DIFF_FILE_FMT = "SPiDBundle-{tagname_from}-{tagname_to}.diff"
# How to reach the git root directory from where this file is.
GIT_ROOT_RELATIVE_PATH = ".."