Skip to content

Commit

Permalink
Add a fallback to master for non-existant fixes branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Limonciello authored and Mario Limonciello committed Apr 10, 2012
1 parent 21c953a commit 1d7e313
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
mythtv (2:0.25.0+fixes.20120406.041ecad-0ubuntu1) UNRELEASED; urgency=low

* Add a fallback to master for non-existant fixes branches.

-- Mario Limonciello <Mario_Limonciello@Dell.com> Tue, 10 Apr 2012 02:36:24 -0500

mythtv (2:0.25.0~master.20120406.041ecad-0ubuntu1) precise; urgency=low

* Remove extra reference to libmysqlclient-16-dev.
Expand Down
2 changes: 1 addition & 1 deletion debian/mythtv.make
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ifeq "$(GIT_TYPE)" "master"
DELIMITTER="~"
else
GIT_BRANCH:=fixes/0.$(GIT_MAJOR_RELEASE)
GIT_BRANCH_FALLBACK=fixes/0.$(GIT_MAJOR_RELEASE)
GIT_BRANCH_FALLBACK=master
DELIMITTER="+"
endif

Expand Down

0 comments on commit 1d7e313

Please sign in to comment.