Age | Commit message (Expand) | Author |
2007-04-30 | unsimplify checksum creation, fix @link markers. | Marc Espie |
2007-04-30 | allow pkg_create to regen on a dirname, supply +CONTENTS automatically | Marc Espie |
2007-04-30 | reorg main code to separate regeneration case better. | Marc Espie |
2007-04-30 | add items based on options, not on file existence. | Marc Espie |
2007-04-30 | fold checksumming code for special files. As a bonus, we now check md5 | Marc Espie |
2007-04-30 | slight code reorg, no changes. | Marc Espie |
2007-04-30 | use more descriptive name (dir -> infodir) and pass it along to checksumming | Marc Espie |
2007-04-30 | move checksumming capabilities into base class | Marc Espie |
2007-04-30 | tweak args to compute_checksum slightly, pass it the explicit file name | Marc Espie |
2007-04-30 | stop looking at plist's internals during makesum, simply copy the objects | Marc Espie |
2007-04-30 | add most things concerning @ignore, since we now have ways nicer to do | Marc Espie |
2007-04-29 | verify_checksum can be used as a normal visitor | Marc Espie |
2007-04-29 | now that checksum creation uses OO methods, reuse the same code for | Marc Espie |
2007-04-29 | fix recreation of packing-lists: we now have exactly one element in there. | Marc Espie |
2007-04-29 | unify some other consistency checks | Marc Espie |
2007-04-29 | all of them.... | Marc Espie |
2007-04-29 | rename compute_checksum to create_checksum | Marc Espie |
2007-04-29 | turn avert_duplicates into a full visitor | Marc Espie |
2007-04-29 | explain how to archive special files, and turn | Marc Espie |
2007-04-29 | now we always call create_package with a valid archive. | Marc Espie |
2007-04-29 | rename archive into create_package, split its function into | Marc Espie |
2007-04-29 | replace $p->visit('method') calls with $p->method | Marc Espie |
2007-04-15 | update copyright years, standardize licence. | Marc Espie |
2007-03-19 | make `no @owner', `weird mode' and `@dirrm' into errors. | Marc Espie |
2007-03-18 | handle more errors during package creation. | Marc Espie |
2006-12-10 | don't complain about uid/gid of symlinks. | Steven Mestdagh |
2006-11-07 | zap the stat part related to file type, only keeping the usual modes. | Marc Espie |
2006-11-05 | warn for any weird stuff in packages. | Marc Espie |
2006-10-15 | tweaks; | Jason McIntyre |
2006-10-15 | Normalize query options: make them not stop the package generation unless | Marc Espie |
2006-01-09 | avoid anything that isn't a library in warning for SHARED_LIBS. | Marc Espie |
2005-12-26 | have pkg_create warn about shared libs which have a version number hardcoded | Marc Espie |
2005-11-19 | magically complete fragment with `committed' names, solve the issue that | Marc Espie |
2005-09-24 | Add some code to just build the packing-list even if the package won't | Marc Espie |
2005-09-24 | pass actual items to prepare_long and check_name so that we can also | Marc Espie |
2005-09-11 | downgrade @pkgdep from deprecated to actual error. | Marc Espie |
2005-09-07 | use `pkg-name' rather than `pkgname' here, for consistency with other | Jason McIntyre |
2005-09-04 | * New -i interactive option, that can ask obnoxious questions. | Marc Espie |
2005-08-14 | no reason not to record special files sizes along with md5. | Marc Espie |
2005-08-07 | wrapper around Ustar that replaces long names/links with LongName#/LongLink#. | Marc Espie |
2005-06-26 | switch pkg_create to built-in Ustar, no longer dependent on external tar. | Marc Espie |
2005-06-08 | squeeze +COMMENT in front of +DESC. | Marc Espie |
2005-01-22 | explicitly shows fragment names that were not found. | Marc Espie |
2005-01-16 | allow locking of database in quiet mode, where we don't display any | Marc Espie |
2004-12-12 | add somewhat more regular error catching code. | Marc Espie |
2004-12-10 | sync usage(); | Jason McIntyre |
2004-12-07 | do like the manpage says, don't add a @name if we already got one. | Marc Espie |
2004-12-06 | Usage | Marc Espie |
2004-12-02 | Add quotes to unconfuse pkg_create error message. | Marc Espie |
2004-12-01 | allow stuff to recreate a package from an installed CONTENTS: since | Marc Espie |