Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RESEND/PATCH] Git/Svn downloaders
@ 2010-07-20 11:33 Maxime Petazzoni
  2010-07-20 11:33 ` [Buildroot] [PATCH 1/6] Remove the spider feature Maxime Petazzoni
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ 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] 11+ messages in thread

end of thread, other threads:[~2010-07-26 17:32 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-20 11:33 [Buildroot] [RESEND/PATCH] Git/Svn downloaders Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 1/6] Remove the spider feature Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 2/6] Cleanup the VCS commands configuration Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 3/6] Update defconfigs with new VCS config options Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 4/6] Implement basic non-wget download methods Maxime Petazzoni
2010-07-26 17:14   ` Quotient Remainder
2010-07-26 17:32     ` Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 5/6] Use the normal download method for Tremor Maxime Petazzoni
2010-07-20 11:33 ` [Buildroot] [PATCH 6/6] Use the normal download method for libsvgtiny Maxime Petazzoni
2010-07-21 20:55 ` [Buildroot] [RESEND/PATCH] Git/Svn downloaders 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