explicitly set branch for magit and related packages

I have just released 1.4.0 and am now preparing to release 2.1.0.  I am
now making the `next' branches of the various repositories the HEAD, but
would like the Melpa packages to be build from the `master' branches for
a little longer.  I will switch to the `next' branches approximately to
weeks before 2.1.0 is actually released.
This commit is contained in:
Jonas Bernoulli 2015-04-02 00:08:52 +02:00
parent 24f438b47e
commit b8399292bf
7 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,4 @@
(git-commit-mode :repo "magit/git-modes"
:fetcher github
:branch "master"
:files ("git-commit-mode.el"))

View file

@ -1,3 +1,4 @@
(git-rebase-mode :repo "magit/git-modes"
:fetcher github
:branch "master"
:files ("git-rebase-mode.el"))

View file

@ -1,5 +1,6 @@
(magit :fetcher github
:repo "magit/magit"
:branch "master"
:files ("magit.el"
"magit-bisect.el"
"magit-blame.el"

View file

@ -1,2 +1 @@
(magit-annex :fetcher github
:repo "magit/magit-annex")
(magit-annex :fetcher github :repo "magit/magit-annex" :branch "master")

View file

@ -1 +1 @@
(magit-stgit :fetcher github :repo "magit/magit-stgit")
(magit-stgit :fetcher github :repo "magit/magit-stgit" :branch "master")

View file

@ -1 +1 @@
(magit-svn :fetcher github :repo "magit/magit-svn")
(magit-svn :fetcher github :repo "magit/magit-svn" :branch "master")

View file

@ -1 +1 @@
(magit-topgit :fetcher github :repo "magit/magit-topgit")
(magit-topgit :fetcher github :repo "magit/magit-topgit" :branch "master")