Skip to content

Commit

Permalink
LinGui: post git snapshot builds to new PPA handbrake-git-snapshots
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
John Stebbins committed Aug 25, 2015
1 parent 9d0a09a commit b01c778
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/linux/module.rules
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down

0 comments on commit b01c778

Please sign in to comment.