From 624173d664f3d8582ec88b771f20a4d664bd51b2 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Sat, 13 Apr 2019 14:44:20 -0500 Subject: [PATCH] Remove the obsolete package.xml template. --- templates/package.xml | 77 ------------------------------------------- 1 file changed, 77 deletions(-) delete mode 100644 templates/package.xml diff --git a/templates/package.xml b/templates/package.xml deleted file mode 100644 index f76f479..0000000 --- a/templates/package.xml +++ /dev/null @@ -1,77 +0,0 @@ - - - - - false - - - 2 - - - {{ PACKAGING_URL }} - - - - - */{{ PACKAGING_BRANCH }} - - - false - - - - {{ NAME }} - - - - true - false - false - true - - - - merger_{{ NAME }} - - SUCCESS - 0 - BLUE - true - - - - false - - - -git clone {{ UPSTREAM_URL }} upstream; -export VERSION="$(head -1 {{ NAME }}/debian/changelog | sed -n '/(/,/)/{:a; $!N; /)/!{$!ba}; s/.*(\([^)]*\)).*/\1/p}' | cut -d '-' -f1)+git$(date +'%Y%m%d%H%M')~{{ RELEASE }}"; -export DEBFULLNAME="Lugito" -export DEBEMAIL="info@lubuntu.me" -tar cvf {{ NAME }}_$VERSION.orig.tar upstream; -gzip {{ NAME }}_$VERSION.orig.tar; -(cd {{ NAME }}; dch --distribution {{ RELEASE }} --package "{{ NAME }}" --newversion "$VERSION-0ubuntu1~ppa1" "CI upload."; debuild -S -d -sa -k959BC9B671870639A1AC6E2F7FE7CC578F23E4CA; dput {{ UPLOAD_TARGET }} ../{{ NAME }}_$VERSION-0ubuntu1~ppa1_source.changes) -sleep 2m; -git clone https://phab.lubuntu.me/source/ci-tooling.git tooling; -./tooling/ci/lp_check.py -p {{ NAME }} -v $VERSION-0ubuntu1~ppa1 -t lubuntu-ci -r unstable-ci-proposed; - - - - - - - false - false - true - true - true - true - true - false - false - - false - - - -