From mbak at fxnet.hu Mon Nov 7 19:16:30 2005 From: mbak at fxnet.hu (Mikael Bak) Date: Mon, 07 Nov 2005 20:16:30 +0100 Subject: [classic-discuss] clamav 0.87.1 for TCS1.1 Message-ID: <1131390989.3369.28.camel@localhost.localdomain> Hi list, Download it from here if you need it: http://miba.fxnet.hu/tinysofa/tcs1.1/ Mikael From mikkel at t48.dk Mon Nov 14 14:56:20 2005 From: mikkel at t48.dk (Mikkel Nielsen) Date: Mon, 14 Nov 2005 15:56:20 +0100 Subject: [classic-discuss] MySQL upgrade Message-ID: <4378A594.7040803@t48.dk> Hi all. Is there any reason that Tiny Classic still runs a MySQL version 4.1.13??? Best regards Mikkel R. Nielsen From gda at tinysofa.org Mon Nov 14 15:24:24 2005 From: gda at tinysofa.org (Gerald Dachs) Date: Mon, 14 Nov 2005 16:24:24 +0100 (CET) Subject: [classic-discuss] MySQL upgrade In-Reply-To: <4378A594.7040803@t48.dk> References: <4378A594.7040803@t48.dk> Message-ID: <58931.139.1.44.13.1131981864.squirrel@sohoserver.homelinux.net> > Hi all. > > > > Is there any reason that Tiny Classic still runs a MySQL version 4.1.13??? I believe that Jaakko will update to 4.1.15 when he is back from vacation, don't know whether I will find the time to do it myself. If you ask for MySQL 5.x you have to wait for a new major release of tcs. You can't switch to MySQL 5.x during a normal update release, could break to much. Btw. what does ??? mean? One is a question. Two are a question and scratching you head!? But what do 3 mean? Gerald From mbak at fxnet.hu Wed Nov 16 19:41:25 2005 From: mbak at fxnet.hu (Mikael Bak) Date: Wed, 16 Nov 2005 20:41:25 +0100 Subject: [classic-discuss] custom tcs2.0 repository Message-ID: <1132170085.3368.63.camel@localhost.localdomain> Hi list, I'm starting to play around with genbasedir and I will try to make a small custom online repository with some packages I've made. I found some examples on how to create custom repository but I would like to ask what command (and parameters) is used to generate the official tcs2.0 repository. There's for instance a "distribution" parameter in genbasedir, and I don't know what string to put there, and so on... Perhaps you guys have ready made scripts for tasks like this. Can I find them somewhere? All hints are very appreciated. TIA, Mikael From jh at tinysofa.org Sun Nov 27 12:48:02 2005 From: jh at tinysofa.org (Jaakko Heinonen) Date: Sun, 27 Nov 2005 14:48:02 +0200 Subject: [classic-discuss] custom tcs2.0 repository In-Reply-To: <1132170085.3368.63.camel@localhost.localdomain> References: <1132170085.3368.63.camel@localhost.localdomain> Message-ID: <20051127124802.GA1123@ws64.jh.dy.fi> Hi, On 2005-11-16, Mikael Bak wrote: > I found some examples on how to create custom repository but I would > like to ask what command (and parameters) is used to generate the > official tcs2.0 repository. genbasedir --bloat -s --meta=all $PWD/$ARCH/tinysofa and for contrib genbasedir --bloat -s --default-key=CEA9CA0B ... > Perhaps you guys have ready made scripts for tasks like this. > Can I find them somewhere? Tinysofa release script creates also the repository. rel.sh is in tinysofa-utils package (in contrib). If you want contrib build scripts I can provide them on request. -- Jaakko