From 1bf4625e50c2ad051f9458064f8cff4dc5662f0c Mon Sep 17 00:00:00 2001 From: Rafael Laboissiere Date: Wed, 11 Nov 2015 14:20:27 -0200 Subject: Include only binary pacakges in the repo --- repo/bin/add-pkg.sh | 6 +++--- repo/conf/distributions | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'repo') diff --git a/repo/bin/add-pkg.sh b/repo/bin/add-pkg.sh index 5c1b47c..7553f7d 100755 --- a/repo/bin/add-pkg.sh +++ b/repo/bin/add-pkg.sh @@ -3,11 +3,11 @@ prog=${0##*/} if [ $# != 2 ] ; then - echo "Usage: $prog dist pkg.changes" >&2 + echo "Usage: $prog dist pkg.deb" >&2 exit 1 fi dist=$1 -chg=$(readlink -f $2) +deb=$(readlink -f $2) -reprepro include $dist $chg +reprepro includedeb $dist $deb diff --git a/repo/conf/distributions b/repo/conf/distributions index b5582bd..07da239 100644 --- a/repo/conf/distributions +++ b/repo/conf/distributions @@ -1,7 +1,7 @@ Origin: praat.cefala.org Label: Praat backports APT repository Codename: jessie -Architectures: i386 amd64 source +Architectures: i386 amd64 Components: main Description: Backports for Praat (Debian stable and testing) SignWith: 23F1C3E9 @@ -9,7 +9,7 @@ SignWith: 23F1C3E9 Origin: praat.cefala.org Label: Praat backports APT repository Codename: stretch -Architectures: i386 amd64 source +Architectures: i386 amd64 Components: main Description: Backports for Praat (Debian stable and testing) SignWith: 23F1C3E9 -- cgit v1.2.3