From 1fe6cbdb4c715819aca32cc19f798b00c65cd869 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Jun 2018 10:37:51 +0200 Subject: [PATCH 1/3] point debian/watch to new git repo on GitHub --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/watch b/debian/watch index a3212f8a..f5688309 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=3 -https://github.com/smira/aptly-dev/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate +https://github.com/aptly-dev/aptly/tags .*/v(\d[\d\.]*)\.tar\.gz debian uupdate From 476f17b84cc4aa47b40bb4a0333795ddaa852231 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Jun 2018 12:58:20 +0200 Subject: [PATCH 2/3] add simple autopkgtest --- debian/tests/control | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 debian/tests/control diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 00000000..ff417aa8 --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,2 @@ + +Test-Command: aptly repo create autopkgtest && aptly repo add autopkgtest /var/cache/apt/archives/*.deb From 910b9698940deea741d8abae10c20bfa6e1b5e58 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 26 Jun 2018 10:22:36 +0200 Subject: [PATCH 3/3] add debian/.gitlab-ci.yml --- debian/.gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 debian/.gitlab-ci.yml diff --git a/debian/.gitlab-ci.yml b/debian/.gitlab-ci.yml new file mode 100644 index 00000000..845003ca --- /dev/null +++ b/debian/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: registry.gitlab.com/eighthave/ci-image-git-buildpackage:latest + +build: + artifacts: + paths: + - "*.deb" + expire_in: 1 day + script: + - gitlab-ci-git-buildpackage-all