summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-11-03 16:28:27 +0000
committerColin Watson <cjwatson@debian.org>2018-11-03 16:28:29 +0000
commitc16684b54bdaa91df8db0869e69d1e55baa19053 (patch)
tree84b78934932face56a82da20a3a112e95d425df0
parent092a94f79ac5e9b7b82d1c1eb67e6bc35eb65b8f (diff)
Add GitLab CI configuration
-rw-r--r--debian/.gitlab-ci.yml9
-rw-r--r--debian/changelog6
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 @@
1image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest
2
3build:
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 @@
1openssh (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
1openssh (1:7.9p1-1) unstable; urgency=medium 7openssh (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):