Age | Commit message (Expand) | Author |
2016-10-03 | kill creating old signatures. | Marc Espie |
2016-09-06 | remove code that allows pkg_create to sign | Marc Espie |
2016-06-21 | pass file name thru to Subst for better error messages. | Marc Espie |
2016-04-25 | kill remnants of non shared arches | Marc Espie |
2016-04-02 | streamline the code that checks meta information before extracting files | Marc Espie |
2015-11-06 | the Solver uses kept_names, so we need these there too | Marc Espie |
2015-08-13 | let pkg_create recreate all packages correctly, again. | Marc Espie |
2015-05-18 | simplify progressmeter calls to visit_and: we retrieve the state from the | Marc Espie |
2015-05-18 | have visit_with_count and visit_with_size use the same parameter conventions. | Marc Espie |
2014-12-22 | when we run into real errors, the progress meter is distracting, so have | Marc Espie |
2014-09-21 | final bulk shows chunking to happen in all the right places, and signing | Marc Espie |
2014-09-20 | need meta stuff that tells me those are "real files" to not create extra | Marc Espie |
2014-09-19 | .py files no longer need to be special, as the timestamps are stored in | Marc Espie |
2014-09-16 | fix display of comments to use "say" properly. | Marc Espie |
2014-09-16 | store explicit timestamps in generated plists. | Marc Espie |
2014-07-10 | prevent users from adding timestamp themselves | Marc Espie |
2014-07-01 | activate "out-of-order" archives based on history | Marc Espie |
2014-05-20 | makewhatis being now external, it no longer requires picky/test/check_dir. | Marc Espie |
2014-04-18 | Switch to the new makewhatis(8)/apropos(1)/whatis(1) combo. | Ingo Schwarze |
2014-03-18 | don't use $_ as "throw-away" variable, proper idiom is "undef" | Marc Espie |
2014-03-18 | remove $_ usage that warns under perl 5.18 | Marc Espie |
2014-03-05 | refactor solve_from_ports a bit. | Marc Espie |
2014-02-02 | pseudo handle needs dependency_info too, forgot that one. | Marc Espie |
2014-01-23 | tweak the way we create and sign packages significantly: | Marc Espie |
2014-01-23 | clean-up synopsis | Marc Espie |
2014-01-23 | zap the sign-only part (moved to PkgSign.pm). | Marc Espie |
2014-01-20 | for the SHA256 file, output checksums in base64; ok espie@ | Christian Weisgerber |
2014-01-18 | involuntary sneak preview, revert | Marc Espie |
2014-01-18 | ...and sort SHA256 properly | Marc Espie |
2014-01-17 | tweak the interface to generating signatures yet again. | Marc Espie |
2014-01-13 | say something if we sign an empty repository | Marc Espie |
2014-01-09 | bump copyright to 2014 | Marc Espie |
2014-01-09 | if we're re-signing, check old sig first. shouldn't sign stuff we don't | Marc Espie |
2014-01-09 | @signer makes sense only for signify, so move it there. | Marc Espie |
2014-01-09 | simplify a bit: pass the first SIGNER for @signer. | Marc Espie |
2014-01-09 | switch to internal gzip/gunzip. | Marc Espie |
2014-01-09 | tweak signing yet again. Have pkg_create automatically add signing | Marc Espie |
2014-01-07 | integrate signer logic and fix resign with -DSIGNER | Marc Espie |
2014-01-07 | if HISTORY_DIR is defined, create a new "permanent" file during build. | Marc Espie |
2014-01-07 | allow processing of package lists in parallel. | Marc Espie |
2014-01-04 | more forbidden elements | Marc Espie |
2014-01-04 | vendor->signer | Marc Espie |
2014-01-03 | make sure elements are not set manually, namely forbid | Marc Espie |
2014-01-02 | simplify handling of special files some more, that stuff has fixed names | Marc Espie |
2014-01-02 | make the special file creation more explicit, so that the order actually | Marc Espie |
2014-01-02 | be more explicit in why we don't write DESC | Marc Espie |
2014-01-02 | zap PKG_PREFIX (undocumented and unused, now) | Marc Espie |
2013-12-31 | signify support | Marc Espie |
2013-12-30 | @vendor annotation | Marc Espie |
2013-12-29 | fix sign-while-creating mode | Marc Espie |