diff options
author | John Stebbins <[email protected]> | 2015-08-25 15:16:20 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-08-25 15:16:20 -0700 |
commit | b01c778fcf013f297b22a3bb2cc4f7c74b1552d8 (patch) | |
tree | cb037394bc6687e4f67bb22d48e19f68b1d1b217 /pkg | |
parent | 9d0a09a7429676785afc89ac565892f2ed9bfb3a (diff) |
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.
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/linux/module.rules | 4 |
1 files 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/) |