[jifty-devel] Cleanups

John Peacock jpeacock at rowman.com
Tue Oct 10 04:59:49 EDT 2006


I can't sleep, so I'm working on Jifty (specifically trying to get the Login
plugin to DTRT).  While bringing my local branch up to date, I noticed that the
MANIFEST is out of date (and the MANIFEST.SKIP needs a few more exceptions).
There are even some extra files listed:

	-lib/Jifty/View/Mason/Handler.pm.orig
	-lib/Jifty/View/Mason/Handler.pm.rej

that probably got added by accident.  I propose the following change:

--- MANIFEST.SKIP       (revision 1654)
+++ MANIFEST.SKIP       (local)
@@ -23,4 +23,9 @@
 ^\.
 /\._
 t/mailbox$
-jiftyapptest$
\ No newline at end of file
+jiftyapptest$
+\.orig$
+\.rej$
+\.tmp$
+\.diff$
+blib

What's the deal on adding ../inc/Module/Install/* stuff to the repository?  I
see that the main distro has all of those files added to the repo, but the
EditInPlace and Login plugins do not (and the latter has the files listed in
MANIFEST, so there are warnings issued for missing files).  Should I import the
lastest Module::[Auto]Install files to the repo and add those files to MANIFEST
for EditInPlace???

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Blvd
Suite H
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747


More information about the jifty-devel mailing list