openwrt / asu

An image on demand server for OpenWrt based distributions
https://sysupgrade.openwrt.org
GNU General Public License v2.0
310 stars 77 forks source link

bug: packagelist will not be sent atm #39

Closed FreifunkUFO closed 7 years ago

FreifunkUFO commented 7 years ago

trying the todays trunk makes me wonder. sysupgrade was working, but there was no routingprotocol or luci anymore

FreifunkUFO commented 7 years ago

freifunk-attsy-2

image-request:

curl "https://betaupdate.libremesh.org/image-request" -H "Host: betaupdate.libremesh.org" -H "User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:55.0) Gecko/20100101 Firefox/55.0" -H "Accept: /" -H "Accept-Language: de,en-US;q=0.7,en;q=0.3" --compressed -H "Content-type: application/json" -H "Referer: http://sublab3.leipzig.freifunk.net:8080/cgi-bin/luci//admin/system/attended_sysupgrade/" -H "Origin: http://sublab3.leipzig.freifunk.net:8080" -H "Connection: keep-alive" --data "{""version"":""SNAPSHOT"",""board"":""qemu-standard-pc-i440fx-piix-1996"",""model"":""QEMU Standard PC (i440FX + PIIX, 1996)"",""distro"":""LEDE"",""target"":""x86"",""subtarget"":""generic""}"

aparcar commented 7 years ago

this is an error only happening updating a snapshot to a snapshot with exactly the same versions of packages. However, this is fixed in PR https://github.com/openwrt/luci/pull/1306