Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Jonas Maebe
On 21 Aug 2007, at 10:34, [EMAIL PROTECTED] wrote: It did work here on i386-linux. I have two zippers: /home/vsds/src/fpc/2.3/packages/fcl-base/src/inc/zipper.pp /home/vsds/src/fpc/2.3/utils/fppkg/fcl20/zipper.pp The zipper version in fppkg is there for bootstrapping purposes. I suppose th

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Vincent Snijders
Vincent Snijders schreef: Jonas Maebe schreef: On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/f

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Michael Van Canneyt
On Tue, 21 Aug 2007, Jonas Maebe wrote: > > On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: > > > >- implemented archiving to zip using TZipper (only when no user assigned > > >ArchiveFilesProc, because that overrides the command) > > The snapshots were broken last night: > > /FPC/home/

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread dhkblaszyk
> Jonas Maebe schreef: >> >> On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: >> - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) >> >> The snapshots were broken last night: >> >> /FPC/home/fpc/snapshot

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Vincent Snijders
Jonas Maebe schreef: On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/fpc-2.1/compiler/ppc386 -Ur -

Re: [fpc-devel] patch fpmkunit

2007-08-21 Thread Jonas Maebe
On 20 Aug 2007, at 09:27, Michael Van Canneyt wrote: - implemented archiving to zip using TZipper (only when no user assigned ArchiveFilesProc, because that overrides the command) The snapshots were broken last night: /FPC/home/fpc/snapshot/fpc-2.1/compiler/ppc386 -Ur -Xs -O2 -n -Fu/FPC/

Re: [fpc-devel] patch fpmkunit

2007-08-20 Thread Michael Van Canneyt
On Mon, 20 Aug 2007, Darius Blaszijk wrote: > I've prepared another patch for fpmkunit. What I've came up with is this: > > - added a default manifest filename constant > - implemented archiving to zip using TZipper (only when no user assigned > ArchiveFilesProc, because that overrides the comm