All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2009.11
@ 2009-09-07 21:40 Thomas Petazzoni
  2009-09-07 21:40 ` [Buildroot] [PATCH 1/1] buildroot: add basic Bazaar support Thomas Petazzoni
  2009-09-07 23:01 ` [Buildroot] [pull request] Pull request for branch for-2009.11 Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-09-07 21:40 UTC (permalink / raw)
  To: buildroot

The following changes since commit 0642da781803160ec93a7b6d39bae921535d7c19:
  Peter Korsgaard (1):
        Merge branch 'qstrip' of git://git.busybox.net/~tpetazzoni/git/buildroot

are available in the git repository at:

  git://git.busybox.net/~tpetazzoni/git/buildroot for-2009.11

Sven Neumann (1):
      buildroot: add basic Bazaar support

 Config.in           |    8 ++++++++
 project/Makefile.in |    2 ++
 2 files changed, 10 insertions(+), 0 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] buildroot: add basic Bazaar support
  2009-09-07 21:40 [Buildroot] [pull request] Pull request for branch for-2009.11 Thomas Petazzoni
@ 2009-09-07 21:40 ` Thomas Petazzoni
  2009-09-07 23:01 ` [Buildroot] [pull request] Pull request for branch for-2009.11 Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2009-09-07 21:40 UTC (permalink / raw)
  To: buildroot

From: Sven Neumann <s.neumann@raumfeld.com>

This change adds the config options BR2_BZR_CO and BR2_BZR_UP that
allow to configure the commands for doing a checkout/update from
a Bazaar repository.

Signed-off-by: Sven Neumann <s.neumann@raumfeld.com>
---
 Config.in           |    8 ++++++++
 project/Makefile.in |    2 ++
 2 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/Config.in b/Config.in
index 1881f82..146bb17 100644
--- a/Config.in
+++ b/Config.in
@@ -27,6 +27,14 @@ config BR2_SVN_UP
 	string "Subversion (svn) command to update source tree"
 	default "svn up"
 
+config BR2_BZR_CO
+	string "Bazaar (bzr) command to download source tree"
+	default "bzr co"
+
+config BR2_BZR_UP
+	string "Bazaar (bzr) command to update source tree"
+	default "bzr up"
+
 config BR2_GIT
 	string "Git command to download source tree"
 	default "git clone"
diff --git a/project/Makefile.in b/project/Makefile.in
index 7f359bc..69c8572 100644
--- a/project/Makefile.in
+++ b/project/Makefile.in
@@ -13,6 +13,8 @@ endif
 WGET:=$(call qstrip,$(BR2_WGET)) $(SPIDER) $(QUIET)
 SVN_CO:=$(call qstrip,$(BR2_SVN_CO)) $(QUIET)
 SVN_UP:=$(call qstrip,$(BR2_SVN_UP)) $(QUIET)
+BZR_CO:=$(call qstrip,$(BR2_BZR_CO)) $(QUIET)
+BZR_UP:=$(call qstrip,$(BR2_BZR_UP)) $(QUIET)
 GIT:=$(call qstrip,$(BR2_GIT)) $(QUIET)
 ZCAT:=$(call qstrip,$(BR2_ZCAT))
 BZCAT:=$(call qstrip,$(BR2_BZCAT))
-- 
1.6.0.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [pull request] Pull request for branch for-2009.11
  2009-09-07 21:40 [Buildroot] [pull request] Pull request for branch for-2009.11 Thomas Petazzoni
  2009-09-07 21:40 ` [Buildroot] [PATCH 1/1] buildroot: add basic Bazaar support Thomas Petazzoni
@ 2009-09-07 23:01 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2009-09-07 23:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The following changes since commit 0642da781803160ec93a7b6d39bae921535d7c19:
 Thomas>   Peter Korsgaard (1):
 Thomas>         Merge branch 'qstrip' of git://git.busybox.net/~tpetazzoni/git/buildroot

 Thomas> are available in the git repository at:

 Thomas>   git://git.busybox.net/~tpetazzoni/git/buildroot for-2009.11

Pulled and pushed, thanks!

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-09-07 23:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-07 21:40 [Buildroot] [pull request] Pull request for branch for-2009.11 Thomas Petazzoni
2009-09-07 21:40 ` [Buildroot] [PATCH 1/1] buildroot: add basic Bazaar support Thomas Petazzoni
2009-09-07 23:01 ` [Buildroot] [pull request] Pull request for branch for-2009.11 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.