[buildbot] phase2: LEDE -> OpenWrt rebranding

LEDE Commits lede-commits at lists.infradead.org
Sat Dec 9 06:02:30 PST 2017


jow pushed a commit to buildbot.git, branch master:
https://git.lede-project.org/40dfed54bef1d2e38f8c4c26e3cd6cf9e57982d6

commit 40dfed54bef1d2e38f8c4c26e3cd6cf9e57982d6
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Sat Dec 9 15:02:12 2017 +0100

    phase2: LEDE -> OpenWrt rebranding
    
    Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
 phase2/config.ini.example | 2 +-
 phase2/master.cfg         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/phase2/config.ini.example b/phase2/config.ini.example
index 5c7437e..2b250a3 100644
--- a/phase2/config.ini.example
+++ b/phase2/config.ini.example
@@ -18,7 +18,7 @@ source_url = user at example.org::upload-sources
 source_password = example2
 sdk_url = user at example.org::download-binary
 sdk_password = example3
-sdk_pattern = lede-sdk-*.tar.xz
+sdk_pattern = openwrt-sdk-*.tar.xz
 
 [gpg]
 home = ~/.gnupg
diff --git a/phase2/master.cfg b/phase2/master.cfg
index fc9f638..76cca4f 100644
--- a/phase2/master.cfg
+++ b/phase2/master.cfg
@@ -85,7 +85,7 @@ if ini.has_option("rsync", "source_url"):
 
 rsync_sdk_url = None
 rsync_sdk_key = None
-rsync_sdk_pat = "lede-sdk-*.tar.xz"
+rsync_sdk_pat = "openwrt-sdk-*.tar.xz"
 
 if ini.has_option("rsync", "sdk_url"):
 	rsync_sdk_url = ini.get("rsync", "sdk_url")



More information about the lede-commits mailing list