All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCHv2 0/8] fix scp and reintroduce source-check target
@ 2019-02-04 18:05 Thomas De Schampheleire
  2019-02-04 18:05 ` [Buildroot] [PATCHv2 1/8] support/download/scp: fix download with scheme prefix 'scp://' Thomas De Schampheleire
                   ` (8 more replies)
  0 siblings, 9 replies; 17+ messages in thread
From: Thomas De Schampheleire @ 2019-02-04 18:05 UTC (permalink / raw)
  To: buildroot

From: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>

Hello,

After the overwhelming support for 'source-check' at the Buildroot Developer
Days ;-) , here is a second iteration of this series.

The first commit is actually a bugfix separate from source-check. In v1 of this
series it was also included as the second of two 'scp'-related bugfixes, but it
seems only the first bug-fix was applied at that time, which I hadn't realized
until now.

Patches 2-8 are the actual source-check releated ones.
For git, svn, bzr and cvs, there is no actual implementation which means that
the corresponding download scripts will perform the standard download logic,
which will also verify the validity of the specified revision on the remote
server, but not as optimal as for the other methods.

Best regards,
Thomas

Thomas De Schampheleire (8):
  support/download/scp: fix download with scheme prefix 'scp://'
  support/download: reintroduce 'source-check' target
  support/download/hg: implement source-check
  support/download/wget: implement source-check
  support/download/file: implement source-check
  Config.in: reintroduce BR2_SSH
  support/download/scp: implement source-check
  support/download/{bzr,cvs,git,svn}: highlight unimplemented
    source-check

 Config.in                   |  4 ++
 Makefile                    |  7 +++
 package/pkg-download.mk     | 20 ++++++++
 package/pkg-generic.mk      | 14 +++++-
 support/download/bzr        |  2 +
 support/download/cvs        |  2 +
 support/download/dl-wrapper | 99 ++++++++++++++++++++-----------------
 support/download/file       | 12 ++++-
 support/download/git        |  2 +
 support/download/hg         |  7 +++
 support/download/scp        | 17 +++++++
 support/download/svn        |  2 +
 support/download/wget       |  7 +++
 13 files changed, 149 insertions(+), 46 deletions(-)

-- 
2.19.2

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

end of thread, other threads:[~2019-02-18 22:20 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-04 18:05 [Buildroot] [PATCHv2 0/8] fix scp and reintroduce source-check target Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 1/8] support/download/scp: fix download with scheme prefix 'scp://' Thomas De Schampheleire
2019-02-05 19:33   ` Peter Korsgaard
2019-02-18 22:20   ` Peter Korsgaard
2019-02-04 18:05 ` [Buildroot] [PATCHv2 2/8] support/download: reintroduce 'source-check' target Thomas De Schampheleire
2019-02-09 16:47   ` Arnout Vandecappelle
2019-02-09 20:08     ` Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 3/8] support/download/hg: implement source-check Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 4/8] support/download/wget: " Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 5/8] support/download/file: " Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 6/8] Config.in: reintroduce BR2_SSH Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 7/8] support/download/scp: implement source-check Thomas De Schampheleire
2019-02-09 16:48   ` Arnout Vandecappelle
2019-02-09 20:16     ` Thomas De Schampheleire
2019-02-04 18:05 ` [Buildroot] [PATCHv2 8/8] support/download/{bzr, cvs, git, svn}: highlight unimplemented source-check Thomas De Schampheleire
2019-02-04 18:24 ` [Buildroot] [PATCHv2 0/8] fix scp and reintroduce source-check target Thomas Petazzoni
2019-02-04 18:41   ` Thomas De Schampheleire

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.