Skip to content

Commit 90efbb3

Browse files
committed
fixup: LIME_RELEASE for upgrades
Testing and master are two different branches and LibreMesh renames it's VERSION based on this branch. Therefore both testing/unstable would always request a "master" version from the server. Now it's separated.
1 parent 5d4ba5d commit 90efbb3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

asu/utils/distributions/lime/distro_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ latest: "testing"
1111

1212
versions:
1313
- "testing"
14-
- "unstable"
14+
- "master"
1515
- "aparcar"
1616

1717
active_targets:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
parent_distro: openwrt
22
parent_version: snapshots
33
snapshots: True
4+
version_alias: unstable development
45
version_description: >
5-
LibreMesh development branch on OpenWrt development branch
6+
LibreMesh master branch on OpenWrt development branch
67
repos: |
78
src/gz openwrt_core http://downloads.openwrt.org/snapshots/targets/{{ target }}/packages
89
src/gz openwrt_base http://downloads.openwrt.org/snapshots/packages/{{ pkg_arch }}/base

asu/utils/distributions/lime/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ repos: |
1616
src/gz openwrt_packages http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/packages
1717
src/gz openwrt_telephony http://downloads.openwrt.org/releases/{{ ib_version }}/packages/{{ pkg_arch }}/telephony
1818
src imagebuilder file:packages
19-
src/gz libremesh http://chef.libremesh.org/snapshots/packages/
19+
src/gz libremesh https://snapshots.libremesh.org/branches/testing/
2020
src/gz lm_profiles http://chef.libremesh.org/network-profiles/
2121
src/gz libremap http://repo.libremesh.org/releases/17.06/packages/{{ pkg_arch }}/libremap

0 commit comments

Comments
 (0)