diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2016-10-12 17:27:48 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-10-12 17:28:50 +0200 |
commit | 8afe24f3fba467a71bef8b357ce94f673aca2f9e (patch) | |
tree | 88725e7433cbd25d8101394edc6dffa597e9191b /bin | |
parent | f762aaee8b626310e77f783818c7a5124c6647c3 (diff) | |
download | jenkins.debian.net-8afe24f3fba467a71bef8b357ce94f673aca2f9e.tar.xz |
reproducible/openwrt|lede: disable feeds for now
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/reproducible_openwrt_common.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_openwrt_common.sh b/bin/reproducible_openwrt_common.sh index 13150400..da12e925 100644 --- a/bin/reproducible_openwrt_common.sh +++ b/bin/reproducible_openwrt_common.sh @@ -215,8 +215,8 @@ openwrt_download() { cd $TYPE # update feeds - ./scripts/feeds update - ./scripts/feeds install -a + #./scripts/feeds update + #./scripts/feeds install -a # configure openwrt because otherwise it wont download everything openwrt_config $CONFIG |