diffstat for live-build-20170213 live-build-20170213pardus1 .drone.yml | 36 ++++++++++++++++++++++++++++++++++++ debian/changelog | 14 ++++++++++++++ 2 files changed, 50 insertions(+) diff -Nru live-build-20170213/.drone.yml live-build-20170213pardus1/.drone.yml --- live-build-20170213/.drone.yml 1970-01-01 00:00:00.000000000 +0000 +++ live-build-20170213pardus1/.drone.yml 2017-02-20 16:04:31.000000000 +0000 @@ -0,0 +1,36 @@ +build: + package: + image: pardus/pardus-package + volumes: + - /tmp/packages:/packages + commands: + - echo "TODO lintian -i /packages/$(basename $DRONE_REPO)/*.changes" + - apt-get update + - apt-get install build-essential equivs devscripts + - mkdir -p build-area + - cd build-area + - dpkg-source -x /packages/$(basename $DRONE_REPO)/*.dsc build-$(basename $DRONE_REPO) + - cd build-$(basename $DRONE_REPO) + - mk-build-deps -i -r + - dpkg-buildpackage -b -uc + - cd .. + - cp -vt /packages/$(basename $DRONE_REPO) *.udeb *.deb *.changes 2>/dev/null || true + test: + image: pardus/pardus-test + volumes: + - /tmp/packages:/packages + commands: + - apt-get update + - apt-get install /packages/$(basename $DRONE_REPO)/*.deb + deploy: + image: pardus/pardus-test + volumes: + - /tmp/packages:/packages + commands: + - apt-get update + - echo "TODO deployment container (pardus/pardus-deploy) is yet to be prepared" + - ls -al /packages/$(basename $DRONE_REPO) + - echo "deployment commands go here" +branches: + - master + diff -Nru live-build-20170213/debian/changelog live-build-20170213pardus1/debian/changelog --- live-build-20170213/debian/changelog 2017-02-13 15:58:00.000000000 +0000 +++ live-build-20170213pardus1/debian/changelog 2017-02-20 16:04:31.000000000 +0000 @@ -1,3 +1,10 @@ +live-build (1:20170213pardus1) pardus; urgency=medium + + * Sync with Debian. Remaining changes: + - Add .drone.yml + + -- Gökhan Karabulut Mon, 20 Feb 2017 19:04:31 +0300 + live-build (1:20170213) unstable; urgency=medium * Drop the versatile kernel flavour on armel. It's no longer built since @@ -72,6 +79,13 @@ -- Raphaël Hertzog Fri, 02 Dec 2016 23:33:45 +0100 +live-build (1:20151215pardus1) pardus; urgency=medium + + * Add .drone.yml + * Manually import grub-efi support + + -- Gökhan Karabulut Wed, 19 Oct 2016 10:07:21 +0300 + live-build (1:20151215) unstable; urgency=medium * QA Upload.