diff options
-rw-r--r-- | debian/.gitlab-ci.yml | 9 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 15 insertions, 0 deletions
diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 000000000..845003caf --- /dev/null +++ b/debian/.gitlab-ci.yml | |||
@@ -0,0 +1,9 @@ | |||
1 | image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest | ||
2 | |||
3 | build: | ||
4 | artifacts: | ||
5 | paths: | ||
6 | - "*.deb" | ||
7 | expire_in: 1 day | ||
8 | script: | ||
9 | - gitlab-ci-git-buildpackage-all | ||
diff --git a/debian/changelog b/debian/changelog index 8d96e1cca..731fe17cc 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:7.9p1-2) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Add GitLab CI configuration. | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Sat, 03 Nov 2018 16:28:16 +0000 | ||
6 | |||
1 | openssh (1:7.9p1-1) unstable; urgency=medium | 7 | openssh (1:7.9p1-1) unstable; urgency=medium |
2 | 8 | ||
3 | * New upstream release (https://www.openssh.com/txt/release-7.9): | 9 | * New upstream release (https://www.openssh.com/txt/release-7.9): |