mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
Change URL to svn.reactos.org
svn path=/trunk/; revision=20541
This commit is contained in:
parent
6344467474
commit
5e6a4d2387
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
|
|||
{
|
||||
Log("* Load options.xml from the Internet (Temporary Hack)");
|
||||
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
CopyFileA( PML_Download(tree, "http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
|
||||
|
||||
return ERR_OK;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
<options>
|
||||
<source>http://svn.reactos.com/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
||||
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
|
||||
</options>
|
Loading…
Reference in a new issue