removing all reference to .svn / svn in makefile

This commit is contained in:
Benjamin Sonntag 2016-05-17 15:28:18 +02:00
parent 6e12c8902a
commit 82e81b255b
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Migrate a svn repository to WHEEZY # Migrate a repository to WHEEZY
# DON'T COMMIT ANYTHING AFTER launching this # DON'T COMMIT ANYTHING AFTER launching this
# reset your subversion repos back to the serverside one! # reset your subversion repos back to the serverside one!

View File

@ -200,7 +200,7 @@ if ($r=="8" || $r=="a") {
// Send anonymous statistics to AlternC team. // Send anonymous statistics to AlternC team.
if ($r=="100" || $r=="a") { if ($r=="100" || $r=="a") {
$f=fopen("http://svn.alternc.org/stats.php?m1=$m1&m2=$m2&m3=$m3&m4=$m4&m5=$m5&m6=$m6&m7=$m7","rb"); $f=fopen("https://alternc.com/stats.php?m1=$m1&m2=$m2&m3=$m3&m4=$m4&m5=$m5&m6=$m6&m7=$m7","rb");
if ($f) { if ($f) {
while ($s=fgets($f,1024)) { while ($s=fgets($f,1024)) {
} }

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# Migrate a svn repository to WHEEZY # Migrate a repository to WHEEZY
# DON'T COMMIT ANYTHING AFTER launching this # DON'T COMMIT ANYTHING AFTER launching this
# reset your subversion repos back to the serverside one! # reset your subversion repos back to the serverside one!