diff options
author | Karel Kočí <cynerd@email.cz> | 2018-08-26 18:04:14 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-08-26 18:10:16 +0200 |
commit | 348d6646601d20c9b87c099e1f78ad7ee6c765e3 (patch) | |
tree | 56d582dbaa9332f7690bfa9fb3e7d07b44f64361 | |
parent | 2950d6f83140501d39570941e9adfaf35e0ad7bc (diff) | |
download | laminar-cnf-348d6646601d20c9b87c099e1f78ad7ee6c765e3.tar.gz laminar-cnf-348d6646601d20c9b87c099e1f78ad7ee6c765e3.tar.bz2 laminar-cnf-348d6646601d20c9b87c099e1f78ad7ee6c765e3.zip |
Having git repository as option makes no sense, drop it
-rw-r--r-- | jobs/turris3x-omnia.env | 1 | ||||
-rwxr-xr-x | templates/turris3x.run | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/jobs/turris3x-omnia.env b/jobs/turris3x-omnia.env index 9c2037e..7696b37 100644 --- a/jobs/turris3x-omnia.env +++ b/jobs/turris3x-omnia.env @@ -1,2 +1 @@ SDK_URI=https://repo.turris.cz/omnia-nightly/OpenWrt-SDK-mvebu_gcc-4.8-linaro_musl-1.1.15_eabi.Linux-x86_64.tar.bz2 -GIT_REPO=https://git.cynerd.cz/openwrt-personal-pkgs diff --git a/templates/turris3x.run b/templates/turris3x.run index d358ecb..cab1217 100755 --- a/templates/turris3x.run +++ b/templates/turris3x.run @@ -4,7 +4,7 @@ set -e . utils echo_stage "Get packages" -git_fetch "$GIT_REPO" pkgs turris3x +git_fetch "https://git.cynerd.cz/openwrt-personal-pkgs" pkgs turris3x # TODO download only once a day echo_stage "Download SDK" |