opentechinstitute / commotion-feed

Feed of Commotion components to be pulled in by OpenWRT
GNU Affero General Public License v3.0
5 stars 11 forks source link

hack to download olsrd tarball with more identifying filename #47

Closed dismantl closed 10 years ago

dismantl commented 10 years ago

currently, due to Github's archive download URLs, olsrd is being downloaded as <branch name>.tar.gz, which is hardly identifying. It will help our build script if it is downloaded as olsrd-0.6.5.4-<branch name>.tar.gz, so we can better remove it from the dl directory when we want to pull in a fresh version.

to test, build olsrd for openwrt and make sure it succeeds. There should be a file in the dl folder called olsrd-0.6.5.4-commotion.tar.gz.

areynold commented 10 years ago

Downloads correctly named tarball. Just need to function test.

areynold commented 10 years ago

@dismantl Nodes aren't meshing, but olsrd is running. Nothing in this commit suggests that it is the source of the problem.