From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Wed, 02 Jul 2014 17:28:04 +0200 Subject: [Buildroot] [PATCH 03/14] pkg-infra: move the git download helper to a script In-Reply-To: (Yann E. MORIN's message of "Tue, 1 Jul 2014 00:26:21 +0200") References: Message-ID: <87fvijbx17.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Yann" == Yann E MORIN writes: > The git download helper is getting a bit more complex. Fixing it in the > Makefile when it breaks (like the recent breakage with a non-existing > sha1-cset) proves to be challenging, to say the least. > Move it into a shell script in support/download/git, which will make > it much easier to read, maintain, fix and enhance in the future. > Signed-off-by: "Yann E. MORIN" > Cc: Peter Korsgaard > Cc: Thomas Petazzoni > Acked-by: Luca Ceresoli > Cc: Arnout Vandecappelle > Reviewed-by: Samuel Martin > Reviewed-by: Arnout Vandecappelle (Essensium/Mind) Thanks. I've verified that the (non-gzip'ed) tarball is identical to what we had before, but I noticed that we no longer delete the temporary repo in DL_DIR. Did you do that change on purpose? I don't think we want to keep it, do we? -- Bye, Peter Korsgaard