Skip to content

Commit 74485f9

Browse files
committed
fixup: gitignore
1 parent a54d074 commit 74485f9

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ asu.egg-info/
66
build/
77
dist/
88
tests/
9-
distributions/
9+
./distributions/
1010
.coverage
1111
.vagrant/
1212
*.swp

asu/utils/distributions/lede/distro_config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ active_targets:
1717
- x86/64
1818
- ramips/mt7621
1919

20-
targets_url: https://downloads.lede-project.org/releases/
2120
targets_url: https://downloads.lede-project.org/releases/{version}/targets?json-targets
2221

2322
board_rename:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# this is a version config overwriting settings of the distro_config.yml
2+
3+
# the download url is slightly different from stable releases
4+
targets_url: https://downloads.openwrt.org/snapshots/targets?json-targets
5+
6+
# this flag tells the server to remove created images and builders daily
7+
snapshots: True
8+
9+
# some targets are/were broken and are hereby disabled
10+
ignore_targets:
11+
- adm5120/rb1xx
12+
- adm5120/router_be
13+
- adm5120/router_le
14+
- gemini/raidsonic
15+
- gemini/wiligear
16+
- malta/le64

0 commit comments

Comments
 (0)