projects
/
web
/
firmware-selector-openwrt-org.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a407e43
)
re-add older releases
author
Moritz Warning
<moritzwarning@web.de>
Mon, 17 Feb 2020 10:06:15 +0000
(11:06 +0100)
committer
Moritz Warning
<moritzwarning@web.de>
Mon, 17 Feb 2020 10:06:15 +0000
(11:06 +0100)
it is a good show case for the demo and we need those for the use on openwrt.org
config.js
patch
|
blob
|
history
diff --git
a/config.js
b/config.js
index 5447d4743e55b0ea017ce40277c83947fe5dd7a6..a894147891d27a1fb22043bfdbb9ae24381047e0 100644
(file)
--- a/
config.js
+++ b/
config.js
@@
-6,8
+6,10
@@
var config = {
showHelp: true,
// Files to get data from
versions: {
-// 'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend
- 'SNAPSHOT': 'names-SNAPSHOT.json'
+ //'SNAPSHOT': '/api/names/SNAPSHOT' // when using asu backend
+ 'SNAPSHOT': 'names-SNAPSHOT.json',
+ '19.07.1': 'names-19.07.1.json',
+ '18.06.7': 'names-18.06.7.json'
},
asu_url: '/api/build'
};