From 59dd52d55528659956c074d308209d1ffbc83a9d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 31 Oct 2012 08:42:24 +0100 Subject: [PATCH] include uploading to aur in dist process Signed-off-by: Nico Schottelius --- build | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/build b/build index 0af286f8..158e3ef8 100755 --- a/build +++ b/build @@ -180,10 +180,21 @@ notes ;; dist-archlinux) + $0 dist-archlinux-makepkg + $0 dist-archlinux-aur-upload + ;; + + dist-archlinux-makepkg) ./PKGBUILD.in - makepkg -c makepkg -c --source ;; + + dist-archlinux-aur-upload) + version=$($0 changelog-version) + tar=cdist-${version}-1.src.tar.gz + burp -c system "$tar" + ;; + dist-pypi) $0 man $0 version