SF.net SVN: morphix: [2471] trunk/mmaker
[email protected] Thu, 05 Apr 2007 12:45:12 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2471
http://svn.sourceforge.net/morphix/?rev=2471&view=rev
Author: bmsleight
Date: 2007-04-05 12:45:09 -0700 (Thu, 05 Apr 2007)
Log Message:
-----------
Fix for bug #1695227 - retrieve wget -P not wget -O
Modified Paths:
--------------
trunk/mmaker/debian/changelog
trunk/mmaker/libmorphix/makemodule.c
trunk/mmaker/utils/local_autobuilds.sh
Modified: trunk/mmaker/debian/changelog
===================================================================
--- trunk/mmaker/debian/changelog 2007-04-03 22:05:51 UTC (rev 2470)
+++ trunk/mmaker/debian/changelog 2007-04-05 19:45:09 UTC (rev 2471)
@@ -1,3 +1,9 @@
+morphix-mmaker (0.4-38) unstable; urgency=low
+
+ * Fix for remote retrieve of files
+
+ -- bmsleight <[email protected]> Thu, 05 Apr 2007 21:00:00 +0100
+
morphix-mmaker (0.4-37) unstable; urgency=low
* fixed make-mini (manual needs updating though...)
Modified: trunk/mmaker/libmorphix/makemodule.c
===================================================================
--- trunk/mmaker/libmorphix/makemodule.c 2007-04-03 22:05:51 UTC (rev 2470)
+++ trunk/mmaker/libmorphix/makemodule.c 2007-04-05 19:45:09 UTC (rev 2471)
@@ -550,7 +550,7 @@
gchar *http_s = "http://";
if (strncmp(r->from,http_s,strlen(http_s)) == 0) {
- gchar *cmdline = g_strdup_printf("wget -O %s/%s %s",module->dirname,r->to,r->from);
+ gchar *cmdline = g_strdup_printf("wget -P %s/%s %s",module->dirname,r->to,r->from);
if (!ExecuteCommand(cmdline)) {
fprintf(stderr,"Warning: unable to execute retrieval: %s\n",r->from);
}
Modified: trunk/mmaker/utils/local_autobuilds.sh
===================================================================
--- trunk/mmaker/utils/local_autobuilds.sh 2007-04-03 22:05:51 UTC (rev 2470)
+++ trunk/mmaker/utils/local_autobuilds.sh 2007-04-05 19:45:09 UTC (rev 2471)
@@ -3,7 +3,6 @@
#
# GPL V2 or later
#
-#local_build mini upload_file_dir local_file_dir template_dir
MODULE_TYPE="$1"
TEMPLATE_DIR="$2"
LOCAL_DIR="$3"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV