From b01c778fcf013f297b22a3bb2cc4f7c74b1552d8 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Tue, 25 Aug 2015 15:16:20 -0700 Subject: [PATCH] LinGui: post git snapshot builds to new PPA handbrake-git-snapshots The old svn snapshot version numbering scheme is incompatible with the new git version numbers. The old PPA would have just refused uploads of new snapshots. So I've created a new PPA for the git builds. --- pkg/linux/module.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/linux/module.rules b/pkg/linux/module.rules index c0c2fba34..e0d823f17 100644 --- a/pkg/linux/module.rules +++ b/pkg/linux/module.rules @@ -79,8 +79,8 @@ $(PKG.cli.deb): $(PKG.gui.tmp.deb) # Debian source package rules # pkg.push.src.deb:: $(PKG.src.deb.stamp) - (cd $(STAGE.out.src/)vivid && dput handbrake-snapshots $(HB.name.lower)_$(HB.version)ppa1~vivid1_source.changes ) - (cd $(STAGE.out.src/)trusty && dput handbrake-snapshots $(HB.name.lower)_$(HB.version)ppa1~trusty1_source.changes ) + (cd $(STAGE.out.src/)vivid && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.version)ppa1~vivid1_source.changes ) + (cd $(STAGE.out.src/)trusty && dput handbrake-git-snapshots $(HB.name.lower)_$(HB.version)ppa1~trusty1_source.changes ) $(PKG.src.deb.stamp): GNUmakefile -$(RM.exe) -rf $(STAGE.out.src/) -- 2.40.0