From b8399292bfef6f080444b237b91c4c4aa2952ee7 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Thu, 2 Apr 2015 00:08:52 +0200 Subject: [PATCH] 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. --- recipes/git-commit-mode | 1 + recipes/git-rebase-mode | 1 + recipes/magit | 1 + recipes/magit-annex | 3 +-- recipes/magit-stgit | 2 +- recipes/magit-svn | 2 +- recipes/magit-topgit | 2 +- 7 files changed, 7 insertions(+), 5 deletions(-) diff --git a/recipes/git-commit-mode b/recipes/git-commit-mode index f815a0cd..2e3158a0 100644 --- a/recipes/git-commit-mode +++ b/recipes/git-commit-mode @@ -1,3 +1,4 @@ (git-commit-mode :repo "magit/git-modes" :fetcher github + :branch "master" :files ("git-commit-mode.el")) diff --git a/recipes/git-rebase-mode b/recipes/git-rebase-mode index c0c2c363..bee1171f 100644 --- a/recipes/git-rebase-mode +++ b/recipes/git-rebase-mode @@ -1,3 +1,4 @@ (git-rebase-mode :repo "magit/git-modes" :fetcher github + :branch "master" :files ("git-rebase-mode.el")) diff --git a/recipes/magit b/recipes/magit index 702c07f5..d104bd86 100644 --- a/recipes/magit +++ b/recipes/magit @@ -1,5 +1,6 @@ (magit :fetcher github :repo "magit/magit" + :branch "master" :files ("magit.el" "magit-bisect.el" "magit-blame.el" diff --git a/recipes/magit-annex b/recipes/magit-annex index eb43d586..cfc3dc45 100644 --- a/recipes/magit-annex +++ b/recipes/magit-annex @@ -1,2 +1 @@ -(magit-annex :fetcher github - :repo "magit/magit-annex") +(magit-annex :fetcher github :repo "magit/magit-annex" :branch "master") diff --git a/recipes/magit-stgit b/recipes/magit-stgit index 522edd44..aee3574c 100644 --- a/recipes/magit-stgit +++ b/recipes/magit-stgit @@ -1 +1 @@ -(magit-stgit :fetcher github :repo "magit/magit-stgit") +(magit-stgit :fetcher github :repo "magit/magit-stgit" :branch "master") diff --git a/recipes/magit-svn b/recipes/magit-svn index 94e7917f..1eba5cbb 100644 --- a/recipes/magit-svn +++ b/recipes/magit-svn @@ -1 +1 @@ -(magit-svn :fetcher github :repo "magit/magit-svn") +(magit-svn :fetcher github :repo "magit/magit-svn" :branch "master") diff --git a/recipes/magit-topgit b/recipes/magit-topgit index 3bf8491c..c66a7424 100644 --- a/recipes/magit-topgit +++ b/recipes/magit-topgit @@ -1 +1 @@ -(magit-topgit :fetcher github :repo "magit/magit-topgit") +(magit-topgit :fetcher github :repo "magit/magit-topgit" :branch "master")