[buildbot] 01/01: phase2: only support lower case SDK archive names now

lede-commits at lists.infradead.org lede-commits at lists.infradead.org
Tue Jun 28 09:22:05 PDT 2016


jow pushed a commit to buildbot.git, branch master:

View the commit online:
https://git.lede-project.org/?p=buildbot.git;a=commitdiff;h=e85aff52f18a5fed810c78337e11d39983de49cb

commit e85aff52f18a5fed810c78337e11d39983de49cb
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Jun 28 18:22:00 2016 +0200

    phase2: only support lower case SDK archive names now
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase2/master.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phase2/master.cfg b/phase2/master.cfg
index c029358..2bb2dd8 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -170,7 +170,7 @@ for arch in arches:
 	factory.addStep(ShellCommand(
 		name = "downloadsdk",
 		description = "Downloading SDK archive",
-		command = ["rsync", "-va", "downloads.lede-project.org::downloads/snapshots/targets/%s/%s/[Ll][Ee][Dd][Ee]-[Ss][Dd][Kk]-*.tar.bz2" %(ts[0], ts[1]), "sdk.tar.bz2"],
+		command = ["rsync", "-va", "downloads.lede-project.org::downloads/snapshots/targets/%s/%s/lede-sdk-*.tar.bz2" %(ts[0], ts[1]), "sdk.tar.bz2"],
 		haltOnFailure = True))
 
 	factory.addStep(ShellCommand(

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



More information about the lede-commits mailing list