|
From: <ale...@us...> - 2009-06-19 13:01:28
|
Revision: 2657
http://morphix.svn.sourceforge.net/morphix/?rev=2657&view=rev
Author: alextreme
Date: 2009-06-19 12:26:21 +0000 (Fri, 19 Jun 2009)
Log Message:
-----------
* make isomaker/mmaker allow unauthenticated releases with cdebootstrap (for older suites)
Modified Paths:
--------------
trunk/mmaker/libmorphix/makemodule.c
Modified: trunk/mmaker/libmorphix/makemodule.c
===================================================================
--- trunk/mmaker/libmorphix/makemodule.c 2009-03-10 13:37:01 UTC (rev 2656)
+++ trunk/mmaker/libmorphix/makemodule.c 2009-06-19 12:26:21 UTC (rev 2657)
@@ -1133,7 +1133,7 @@
arch = g_strdup_printf("--arch %s",module->arch);
}
- cmdline = g_strdup_printf("%s %s %s %s %s",P_DEBOOTSTRAP,arch,module->suite,module->dirname,temp->name);
+ cmdline = g_strdup_printf("%s p --allow-unauthenticated %s %s %s %s",P_DEBOOTSTRAP,arch,module->suite,module->dirname,temp->name);
g_free(arch);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|