Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RESEND/PATCH] Git/Svn downloaders
@ 2010-09-02 10:09 Maxime Petazzoni
  2010-09-02 10:09 ` [Buildroot] [PATCH 1/8] Remove the spider feature Maxime Petazzoni
                   ` (8 more replies)
  0 siblings, 9 replies; 32+ messages in thread
From: Maxime Petazzoni @ 2010-09-02 10:09 UTC (permalink / raw)
  To: buildroot

Hi all,

Now that Buildroot 2010.08 is out (nice work on the release by the way!), I've
rebased my patchset for Git and Subversion downloaders on the latest HEAD.

I've also renamed SPIDER_MODE to DL_MODE, which better represents what this
variable is for (per Thomas' recommendation).

Regards,
- Maxime

^ permalink raw reply	[flat|nested] 32+ messages in thread
* [Buildroot] [RESEND/PATCH] Git/Svn downloaders
@ 2010-07-20 11:33 Maxime Petazzoni
  2010-07-21 20:55 ` Luca Ceresoli
  0 siblings, 1 reply; 32+ messages in thread
From: Maxime Petazzoni @ 2010-07-20 11:33 UTC (permalink / raw)
  To: buildroot

Hi,

Integrating the feedback from the first series sent last week, here comes the
promised resend.

What changed from the first batch?

  - the BR2_GIT, BR2_SVN_CO and BR2_SVN_UP configuration options have been
    cleaned up into BR2_GIT="git" and BR2_SVN="svn" and the defconfig files
    updated (I know there has been some discussion about the defconfigs
    recently on the list... this seems to be a hot subject in the community
    right now :-)

  - the download method autodetection from the URI scheme has been added,
    taken from Luca's patch and integrated into mine.

  - tar --exclude-cvs is no longer used, in favor of per-VCS techniques:
      * `git archive --format=tar ... | gzip -c ...` for Git
      * `svn export ... && tar czf ...` for Subversion

  - libsvgtiny now benefits from the download method autodetection


Once we get to a general consensus that these are good improvements, I'll start
looking more actively on how to bring back the "spider"/source-check feature,
which hopefully shouldn't be to much trouble.

Regards,
- Maxime

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

end of thread, other threads:[~2010-09-07 14:58 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-02 10:09 [Buildroot] [RESEND/PATCH] Git/Svn downloaders Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 1/8] Remove the spider feature Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 2/8] Cleanup the VCS commands configuration Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 3/8] Update defconfigs with new VCS config options Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 4/8] Implement basic non-wget download methods Maxime Petazzoni
2010-09-02 12:37   ` Michael S. Zick
2010-09-02 12:50     ` Thomas Petazzoni
2010-09-03 12:30       ` Michael S. Zick
2010-09-03 13:04         ` [Buildroot] About Git through SSH Thomas Petazzoni
2010-09-03 14:37           ` Michael S. Zick
2010-09-03 15:03             ` Thomas Petazzoni
2010-09-03 15:59               ` Michael S. Zick
2010-09-04  1:25               ` Paul Jones
2010-09-04 16:58                 ` Thomas Petazzoni
2010-09-05  1:50                   ` Paul Jones
2010-09-05  3:05                     ` James J. Dines
2010-09-05  3:12                       ` James J. Dines
2010-09-02 10:09 ` [Buildroot] [PATCH 5/8] Use the normal download method for Tremor Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 6/8] Use the normal download method for libsvgtiny Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 7/8] Re-implement the source-check and external-deps targets Maxime Petazzoni
2010-09-02 10:19   ` [Buildroot] Missed a bug Maxime Petazzoni
2010-09-02 10:19   ` [Buildroot] [PATCH 7/8] Re-implement the source-check and external-deps targets Maxime Petazzoni
2010-09-02 10:24   ` Thomas Petazzoni
2010-09-02 10:31     ` Maxime Petazzoni
2010-09-02 10:09 ` [Buildroot] [PATCH 8/8] Revert "Makefile.package.in: allow packages to override download step" Maxime Petazzoni
2010-09-02 10:51   ` Thomas Petazzoni
2010-09-02 10:59     ` Maxime Petazzoni
2010-09-02 12:03 ` [Buildroot] [RESEND/PATCH] Git/Svn downloaders Thomas Petazzoni
2010-09-07 14:58   ` Maxime Petazzoni
  -- strict thread matches above, loose matches on Subject: below --
2010-07-20 11:33 Maxime Petazzoni
2010-07-21 20:55 ` Luca Ceresoli
2010-07-26  8:25   ` Maxime Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox