summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-24 20:06:26 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-25 18:48:14 +0300
commit4dda56e18912bdc0b0b8cca30e0147883d36c5cd (patch)
treeb64bd3d46a9f378f01bf9db58b4a53cd7dddb5c3 /doc
parent35be069441388337c96a5be74e155e2f6300bdab (diff)
downloadick-4dda56e18912bdc0b0b8cca30e0147883d36c5cd.tar.gz
Make sure release builds name tarball correctly
Diffstat (limited to 'doc')
-rw-r--r--doc/060-cleanly.yarn9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/060-cleanly.yarn b/doc/060-cleanly.yarn
index 95e9ecd..7d79e22 100644
--- a/doc/060-cleanly.yarn
+++ b/doc/060-cleanly.yarn
@@ -36,12 +36,19 @@ In release build mode, however, we want no mangling.
## Create upstream release tar archive
-We create a tar archive by extracing the source code from git.
+We create a tar archive by extracing the source code from git. For CI
+builds, the mangled upstream version is used.
WHEN user runs, in foo,
... cleanly --ci --buildno 42 --debian-release=debian7 tarball
THEN file foo-3.2.ci42.tar.xz exists
+For release builds, it's the declared upstream version.
+
+ WHEN user runs, in foo,
+ ... cleanly --release tarball
+ THEN file foo-3.2.tar.xz exists
+
## Create Debian source package
Next up is the Debian source package. We assume the upstream project