Update the hardcoded ViewCVS URL. Now packmgr works on the bootcd.

svn path=/trunk/; revision=23529
This commit is contained in:
Andrew Munger 2006-08-08 21:19:11 +00:00
parent e2f4a9bdf8
commit 844073d973
2 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ int CreateOptions (TREE* tree)
{
Log("* Load options.xml from the Internet (Temporary Hack)");
CopyFileA( PML_Download(tree, "http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
CopyFileA( PML_Download(tree, "http://svn.reactos.org/svn/*checkout*/reactos/trunk/rosapps/packmgr/lib/options.xml", NULL, "options.xml"), "options.xml", TRUE);
return ERR_OK;
}

View file

@ -1,3 +1,3 @@
<options>
<source>http://svn.reactos.org/viewcvs/*checkout*/trunk/rosapps/packmgr/tree/</source>
</options>
<source>http://svn.reactos.org/svn/*checkout*/reactos/trunk/rosapps/packmgr/tree/</source>
</options>