removing all reference to .svn / svn in makefile
This commit is contained in:
parent
6e12c8902a
commit
82e81b255b
|
@ -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!
|
||||||
|
|
|
@ -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)) {
|
||||||
}
|
}
|
||||||
|
|
|
@ -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!
|
||||||
|
|
Loading…
Reference in New Issue