Skip to content

Commit 12ddb09

Browse files
author
marek
committedJan 14, 2009
Most of the urls are redirected by an 301 Moved permanently but some are
not at the moment. It should not hurt to have the new versions of them everywhere. Signed-off-by: Sven Eckelmann <[email protected]> CC: Marek Lindner <[email protected]> git-svn-id: http://downloads.open-mesh.org/svn/batman/trunk/batman@1185 45894c77-fb22-0410-b583-ff6e7d5dbf6c
1 parent e3ebede commit 12ddb09

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎CHANGELOG

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
For a reasonable up-to-date CHANGELOG visit:
22

3-
https://dev.open-mesh.net/batman/log/trunk
3+
http://www.open-mesh.net/log/trunk

‎INSTALL

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ downloads.open-mesh.net likely offers precompiled packages
3232
for your system.
3333

3434
Download and compile the latest stable sources from the download
35-
section http://open-mesh.net/batman/downloads by executing eg.:
35+
section http://www.open-mesh.net/wiki/Download by executing eg.:
3636

3737
$ wget http://downloads.open-mesh.net/batman/releases/batman-0.3.1/batman-0.3.1.tar.gz
3838
$ tar xzvf batman-0.3.1.tar.gz
@@ -94,7 +94,7 @@ batman for one (or several) interfaces and specify the netmask and IP address
9494
as well as other optionally parameters.
9595

9696
Alternatively you can get the latest stable release (as well as development)
97-
versions from http://open-mesh.net/batman/downoads/
97+
versions from http://www.open-mesh.net/wiki/Download
9898

9999
For example to install batmand-0.2 on a freifunk WRT do:
100100

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ sources:
8989

9090
for i in $$( find . | grep $(SRC_FILES) | grep -v "\.svn" ); do [ -d $$i ] && mkdir -p $(FILE_NAME)/$$i ; [ -f $$i ] && cp -Lvp $$i $(FILE_NAME)/$$i ;done
9191

92-
wget --no-check-certificate -O changelog.html https://dev.open-mesh.net/batman/log/$(LOG_BRANCH)/
92+
wget -O changelog.html http://www.open-mesh.net/log/$(LOG_BRANCH)/
9393
html2text -o changelog.txt -nobs -ascii changelog.html
9494
awk '/View revision/,/10\/01\/06 20:23:03/' changelog.txt > $(FILE_NAME)/CHANGELOG
9595

0 commit comments

Comments
 (0)