On Mon, Aug 07, 2006 at 10:59:57PM +0200, Florent Daigni?re (NextGen$) wrote: > * Matthew Toseland <toad at amphibian.dyndns.org> [2006-08-07 19:41:35]: > > > Wouldn't it be better to rename them? Download it from > > freenet-stable-snapshot.jar and rename it to freenet.jar? > > Ok, I've done it, deployed new installers and updating scripts. > > It WILL break the update-over-freenet... people will have to update > using their updating scripts.
Why must it break the update-over-freenet? You mean you want me to fix it? > > NextGen$ > > > > > On Mon, Aug 07, 2006 at 08:20:42AM -0500, David Sowder (Zothar) wrote: > > > Florent Daigni?re (NextGen$) wrote: > > > >* David Sowder (Zothar) <freenet-devl at david.sowder.com> [2006-08-06 > > > >08:31:40]: > > > > > > > > > > > >>So the wrapper should now load freenet-stable-latest.jar rather than > > > >>freenet-cvs-snapshot.jar? > > > >> > > > >> > > > > > > > >yep > > > > > > > > > > > >>I would suggest the filename loaded by the wrapper be generic. If not > > > >>generic, it means those of us who will be using the testing stuff will > > > >>either have non-standard wrapper.conf files or we'll be putting .jar > > > >>files in our node directory that have "stable" in the name, but aren't > > > >>"stable". > > > >> > > > > > > > >Well, I was thinking about adding a commandline switch to the update > > > >scripts insteed. > > > > > > > >./update.sh --testing > > > > > > > >and doing the second solution : putting unstable builds into stable > > > >filenames. > > > > > > > It feels a little hackish to me, but I'm OK with it. > > > >>nextgens at freenetproject.org wrote: > > > >> > > > >>>Author: nextgens > > > >>>Date: 2006-08-06 12:44:40 +0000 (Sun, 06 Aug 2006) > > > >>>New Revision: 9939 > > > >>> > > > >>>Modified: > > > >>> trunk/apps/installer/installclasspath/config/wrapper.conf > > > >>> trunk/apps/installer/installclasspath/windows/update.cmd > > > >>>Log: > > > >>>maybefix windows updating script > > > >>> > > > >>>Modified: trunk/apps/installer/installclasspath/config/wrapper.conf > > > >>>=================================================================== > > > >>>--- trunk/apps/installer/installclasspath/config/wrapper.conf > > > >>>2006-08-06 > > > >>>12:33:47 UTC (rev 9938) > > > >>>+++ trunk/apps/installer/installclasspath/config/wrapper.conf > > > >>>2006-08-06 > > > >>>12:44:40 UTC (rev 9939) > > > >>>@@ -1,7 +1,7 @@ > > > >>>wrapper.java.command=java > > > >>>wrapper.working.dir=../ > > > >>>wrapper.java.mainclass=freenet.node.NodeStarter > > > >>>-wrapper.java.classpath.1=freenet-cvs-snapshot.jar > > > >>>+wrapper.java.classpath.1=freenet-stable-latest.jar > > > >>>wrapper.java.classpath.2=freenet-ext.jar > > > >>>wrapper.java.library.path.1=lib > > > >>>wrapper.java.initmemory=60 > > > >>> > > > >>>Modified: trunk/apps/installer/installclasspath/windows/update.cmd > > > >>>=================================================================== > > > >>>--- trunk/apps/installer/installclasspath/windows/update.cmd > > > >>>2006-08-06 > > > >>>12:33:47 UTC (rev 9938) > > > >>>+++ trunk/apps/installer/installclasspath/windows/update.cmd > > > >>>2006-08-06 > > > >>>12:44:40 UTC (rev 9939) > > > >>>@@ -50,7 +50,7 @@ > > > >>>find "FREENET W%MAGICSTRING%WS UPDATE SCRIPT" update.new.cmd > NUL > > > >>>if errorlevel 1 goto error1 > > > >>> > > > >>>-find "freenet-cvs-snapshot" wrapper.conf > NUL > > > >>>+find "freenet-stable-latest" wrapper.conf > NUL > > > >>>if errorlevel 1 goto error5 > > > >>> > > > >>>::Check if updater has been updated > > > >>> > > > _______________________________________________ > > > Devl mailing list > > > Devl at freenetproject.org > > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > > > > > > > -- > > Matthew J Toseland - toad at amphibian.dyndns.org > > Freenet Project Official Codemonkey - http://freenetproject.org/ > > ICTHUS - Nothing is impossible. Our Boss says so. > > > > > _______________________________________________ > > Devl mailing list > > Devl at freenetproject.org > > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl > _______________________________________________ > Devl mailing list > Devl at freenetproject.org > http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl -- Matthew J Toseland - toad at amphibian.dyndns.org Freenet Project Official Codemonkey - http://freenetproject.org/ ICTHUS - Nothing is impossible. Our Boss says so. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <https://emu.freenetproject.org/pipermail/devl/attachments/20060808/6c048bae/attachment.pgp>
