From: Andrew Ruthven Date: Fri, 16 Nov 2007 04:25:53 +0000 (+1300) Subject: Make sure the Debian repo gets signed correctly. X-Git-Tag: 0.5~38 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=46dfcf3959a04de9473932e95bfda88adec300b0;p=mythtv-status.git Make sure the Debian repo gets signed correctly. --- diff --git a/Makefile b/Makefile index 3cec151..4fc1fc5 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ build/sid/$(deb): publish: $(RELEASE_FILES) for release in $(releases); do ars-add -r $$release -g main build/$$release/$(deb); done + @ars-update -f @cp $(tarball) $(tarball_dir) @chmod o+r $(tarball_dir)/*-$(version).* @ln -sf `basename $(tarball)` $(tarball_dir)/$(package)-latest.tar.gz