pginstaller - pginst: Add parameter FlattenDirectories to zip task.

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Add parameter FlattenDirectories to zip task.
Date: 2007-04-30 10:48:26
Message-ID: 20070430104827.0F243216E18@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add parameter FlattenDirectories to zip task. Use this to build the ZIP files that don't include subdirs. Removes hacky workaround of this feature.

Fix missed reference to PGDIR that shouldn't be used anymore.

Modified Files:
--------------
pginst:
pginst.proj (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/pginst.proj.diff?r1=1.7&r2=1.8)
pginst/util/tasks:
zip.cs (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/tasks/zip.cs.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2007-04-30 10:51:50 pginstaller - pginst: Get rid of a couple of more references to PGDIR no
Previous Message User Okbob 2007-04-30 10:36:30 plpsm - plpgpsm: remove return next statement