summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-26 15:21:20 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-26 15:21:20 +0300
commit4e6434a2e90ef6b00f06e4714aa19f812375ee49 (patch)
treeaaa263b1f1425e7233ffba8c9d0f6c69ef0c02cc /doc
parentcb52b4ef8b5cd968d80b7ee98eaf114b64b1eac1 (diff)
downloadick-4e6434a2e90ef6b00f06e4714aa19f812375ee49.tar.gz
Move release tag to after the first ick run
Diffstat (limited to 'doc')
-rw-r--r--doc/070-pipeline.yarn14
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/070-pipeline.yarn b/doc/070-pipeline.yarn
index 6ad7b0b..b21ef95 100644
--- a/doc/070-pipeline.yarn
+++ b/doc/070-pipeline.yarn
@@ -10,12 +10,6 @@ First of all, we need a git repository with some source code.
GIVEN a source code repository for project foo version 3.2-1
-We tag a release.
-
-<!--
- GIVEN a git tag foo-3.2 on tip of master in foo
--->
-
Then we need an Ick file.
GIVEN an ick file foo.ick containing
@@ -54,11 +48,15 @@ First of all, a CI build for unstable:
THEN the APT repository for foo.ick contains foo_3.2.ci1-1.unstable.dsc
THEN the APT repository for foo.ick contains foo_3.2.ci1-1.unstable_all.deb
-Then, a release build for Debian 8. Because our test package is
+We tag a release and build it. Because our test package is
architecture independent, there aren't versions for each architecture
separately.
<!--
- THEN the APT repository for foo.ick contains foo_3.2-1.debian8.0_all.deb
+ WHEN user adds a git tag foo-3.2 on tip of master in foo
+ AND user runs ick foo.ick
+ THEN the APT repository for foo.ick contains foo_3.2-1.dsc
THEN the APT repository for foo.ick contains foo_3.2-1_all.deb
+ THEN the APT repository for foo.ick contains foo_3.2-1.debian8.0.dsc
+ THEN the APT repository for foo.ick contains foo_3.2-1.debian8.0_all.deb
-->