Re: [gobolinux-devel] Re: [gobolinux-commits] tools/Compile/bin Compile MakeRecipe
On Sat, 12 Aug 2006 05:13:12 +0200, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/11/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: CVSROOT:/sources/goboscripts Module name:tools Changes by: Jonas Karlsson 06/08/11 21:29:03 Modified files: Compile/bin: Compile MakeRecipe Log message: svn only needs an uri But it "can" optionally receive a module argument. Both modes are valid: svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/trunk/WebKit svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/trunk WebKit I think you missed to put an argument on one of the above. :) Maybe add a check for an extra argument? If there wasn't one supplied, assume that the uri already contains all information needed. By the way, I don't know how Compile is going to deduce the directory name if no module is supplied (haven't tested it here). The second argument to svn checkout only specifies which directory the files should go to, not a module. So: svn co svn://anonsvn.opensource.apple.com/svn/webkit/trunk/WebKit my_webkit_snapshot would checkout webkit trunk into a directory called my_webkit_snapshot. The default is to checkout into a directory named the same as last directory in uri (WebKit in the example above). I've made both NewVersion and Compile use "${packagename}_svn" as checkout directory. -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
[gobolinux-devel] Regression in CheckDependencies
CheckDependencies no longer gives a choise between current dependency for the application and latest recipe/package in the store. -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
Re: [gobolinux-devel] Re: [gobolinux-commits] tools/Compile/bin Compile MakeRecipe
On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > But it "can" optionally receive a module argument. Both modes are valid: > svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/trunk/WebKit > svn checkout svn://anonsvn.opensource.apple.com/svn/webkit/trunk WebKit > I think you missed to put an argument on one of the above. :) > Maybe add a check for an extra argument? If there wasn't one supplied, > assume that the uri already contains all information needed. By the > way, I don't know how Compile is going to deduce the directory name if > no module is supplied (haven't tested it here). > The second argument to svn checkout only specifies which directory the files should go to, not a module. So: svn co svn://anonsvn.opensource.apple.com/svn/webkit/trunk/WebKit my_webkit_snapshot would checkout webkit trunk into a directory called my_webkit_snapshot. The default is to checkout into a directory named the same as last directory in uri (WebKit in the example above). Ah, my bad! Sorry :-) I've made both NewVersion and Compile use "${packagename}_svn" as checkout directory. That's fine, thanks. -- Lucas powered by /dev/dsp ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
[gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe
On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I've made both NewVersion and Compile use "${packagename}_svn" as checkout > directory. That's fine, thanks. Minor nit: "${packagename}-svn" is nicer. I don't think we use underscores in our directory names anywhere else. (yes, I care about the looks of things ;) ) -- Hisham ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
Re: [gobolinux-devel] Re: tools/Compile/bin Compile MakeRecipe
On Sat, 12 Aug 2006 19:10:05 +0200, Hisham Muhammad <[EMAIL PROTECTED]> wrote: On 8/12/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: On 8/12/06, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > I've made both NewVersion and Compile use "${packagename}_svn" as checkout > directory. That's fine, thanks. Minor nit: "${packagename}-svn" is nicer. I don't think we use underscores in our directory names anywhere else. (yes, I care about the looks of things ;) ) Hehe, fixed. :) -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel
Re: [gobolinux-devel] Wiki problems
On Thu, 13 Jul 2006 00:11:39 +0200, Dan <[EMAIL PROTECTED]> wrote: On 7/12/06, Dan <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to update some entries in the wiki, but gobo.kundor.org is > failing to respond, and the submit dies due to a timeout. Small > changes (only a few characters) are ok, but if I try to add more than > 5 lines then there's no game for me. Is it a problem in my endpoint > here? > Seems fine to me. I just copied-and-pasted the front page into the SandBox, and it updated immediately. Which page are you trying to edit? Weird. I'm trying to edit this one: http://gobo.kundor.org/wiki/index.php? title=013_development_bugs&action=edit§ion=5 Detsch also got some problems trying to write too much text there, so I guess it's not a problem on my side. I'm attaching a text file with the contents I would like to put there, just in case you can test it there. As it turns out, MediaWiki apparently dies whenever it encounters /kill. Since one of the conflicts was bin/kill in CoreUtils, that's what was causing the timeouts. I've updated that page with the information you attached, circumventing the problem by replacing bin/kill with bin/kill, to get rid of the character sequence it doesn't like. Kundor.org is just fine; MediaWiki is werid. Have someone found a solution for this? I had some problems editing a page with the sequence '/..'. Using the above workaround helped, but a solution would be good. -- /Jonas Using Opera's revolutionary e-mail client: http://www.opera.com/mail/ ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel