Age | Commit message (Expand) | Author |
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 |
2004-11-18 | document @wantlib, @depend. Provide -P and -W flags to be able to specify | Marc Espie |
2004-11-15 | generate ExtraInfo from defines FULLPKGPATH, PERMIT_PACKAGE_CDROM, PERMIT_PAC... | Marc Espie |
2004-10-12 | Oops. Copy option contents BEFORE looking for them. | Marc Espie |
2004-10-11 | remove special `visiting order' when writing packing-lists. | Marc Espie |
2004-10-11 | add support for undisplay file, to be able to show information at pkg | Marc Espie |
2004-10-11 | kill old MTREE option that was never implemented in the new tools anyways. | Marc Espie |
2004-09-20 | error out for pkgcfl in pkg_create, but don't warn if it's found in | Marc Espie |
2004-09-17 | warn for dirrm. | Marc Espie |
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie |
2004-08-27 | make sure pkg_create keeps track of cwd. | Marc Espie |
2004-08-06 | unified headers, switch to smaller copyright notice. | Marc Espie |
2004-08-05 | refactor classes in PackingElement to share more code. | Marc Espie |