summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-06-26 09:04:04 +0300
committerLars Wirzenius <liw@liw.fi>2015-06-26 09:04:04 +0300
commit6e9d60df9636f6aee0512f60e529b2aa3be42177 (patch)
tree9353a74824439966abbb97da2c4c54e6823e9ee3 /doc
parent480d4755fdbed013ecee86fccbad0a223fd6c1e5 (diff)
downloadick-6e9d60df9636f6aee0512f60e529b2aa3be42177.tar.gz
Clarify results of a Debian build
Diffstat (limited to 'doc')
-rw-r--r--doc/070-pipeline.yarn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/070-pipeline.yarn b/doc/070-pipeline.yarn
index 7bd4ac3..9df647a 100644
--- a/doc/070-pipeline.yarn
+++ b/doc/070-pipeline.yarn
@@ -41,8 +41,17 @@ Then we need an Ick file.
Then we do the build.
WHEN user runs ick foo.ick
+
+As a result, there's several resulting packages that should exist.
+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
+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
THEN the APT repository for foo.ick contains foo_3.2-1_all.deb