[sword-svn] r3884 - trunk/utilities

scribe at crosswire.org scribe at crosswire.org
Thu Nov 3 17:33:38 EDT 2022


Author: scribe
Date: 2022-11-03 17:33:38 -0400 (Thu, 03 Nov 2022)
New Revision: 3884

Modified:
   trunk/utilities/installmgr.cpp
Log:
When asked to add a basic installmgr conf, use the same UID key for ftp.crosswire.org as in the masterRepoList registry


Modified: trunk/utilities/installmgr.cpp
===================================================================
--- trunk/utilities/installmgr.cpp	2022-09-17 10:02:21 UTC (rev 3883)
+++ trunk/utilities/installmgr.cpp	2022-11-03 21:33:38 UTC (rev 3884)
@@ -206,9 +206,12 @@
 	remove(confPath.c_str());
 
 	InstallSource is("FTP");
+
+	// Add CrossWire repo as a starting point
 	is.caption = "CrossWire";
 	is.source = "ftp.crosswire.org";
 	is.directory = "/pub/sword/raw";
+	is.uid = "20081216195754";
 
 	SWConfig config(confPath.c_str());
 	config["General"]["PassiveFTP"] = "true";



More information about the sword-cvs mailing list