Commit Graph

76 Commits

Author SHA1 Message Date
Dylan Araps 892498d5db
docs: update 2020-05-15 11:10:45 +03:00
Dylan Araps c67690fbb9
docs: update 2020-05-15 11:09:40 +03:00
Dylan Araps a0b2819e33
docs: update 2020-05-15 11:08:32 +03:00
Dylan Araps ed623bcd83
docs: update 2020-05-15 11:08:04 +03:00
Dylan Araps 4cc633bc57
docs: update 2020-05-12 11:44:57 +03:00
Dylan Araps 5dd75d60c1
docs: update 2020-03-28 10:18:47 +02:00
Dylan Araps ffda5757d6
docs: update 2020-03-22 16:20:51 +02:00
Dylan Araps 02106cb810
docs: update 2020-03-15 15:42:52 +02:00
Dylan Araps 014596bdd3
docs: update 2020-03-13 15:45:07 +02:00
Dylan Araps 13cb9758f1
docs: update 2020-03-12 17:00:16 +02:00
Dylan Araps ff4276d559
docs: update 2020-03-11 16:52:48 +02:00
Dylan Araps efd4afd49e
docs: update 2020-03-04 00:49:41 +02:00
Dylan Araps d263e2bf8e
kiss: Drop 'kiss env'.
Was only useful in confirming whether or not
a specific issue was environment related.

The mentioned issue has been resolved and
this feature is no longer of any use.

Bye.
2020-02-20 12:12:29 +02:00
Dylan Araps 55bcaede52
kiss: Drop KISS_AUDIT for now.
I'm going to re-implement this feature in a
smarter way. It doesn't currently work for
partial updates nor does it work at all for
some users.

Some kind of persistent logging would be
far better as we'll be able to view a diff
regardless of the current pull's status.

The best way of doing this will be to grab
a diff of each package pending an update.
This way it's only information useful to
the user.

Fun stuff.
2020-02-20 11:52:35 +02:00
Dylan Araps 40ff709432
kiss: Remove KISS_RM
I never really liked how this was implemented and it's
rather limited in its use. It was cumbersome to edit
the list to make even a minor change.

Instead, I now recommend using 'KISS_HOOK'. It gives
you total control. KISS_RM can be implemented on a
per-package basis, for all packages overall or
conditionally.

You're also not limited to a simple list of removals.
You can do whatever you like pre- and post- build.

Here's an example script to get you started. There
is more information in the manual and README.

case $TYPE in
    pre-build)
        case $PKG in
           zlib) export CFLAGS="-Os -static" ;;
           curl) export CFLAGS="-O3" ;;
        esac
    ;;

    post-build)
        : "${DEST:?DEST is unset}"

        rm -rf "$DEST/usr/share/doc"
        rm -rf "$DEST/usr/share/gettext"
    ;;
esac
2020-02-20 00:21:45 +02:00
Dylan Araps 040145e118
kiss: Added kiss env 2020-02-19 20:22:43 +02:00
Dylan Araps e0fa92da2f
docs: update 2020-02-19 11:53:03 +02:00
Dylan Araps fc8032211c
docs: update 2020-02-14 13:47:23 +02:00
Dylan Araps e2d04426b7
docs: update 2020-02-11 14:55:28 +02:00
Dylan Araps 19fba88603
docs: update 2020-02-11 12:41:41 +02:00
Dylan Araps 938e8784a9
docs: update 2020-02-10 22:35:08 +02:00
Dylan Araps 529b93745f
docs: update 2020-02-09 11:43:15 +02:00
Dylan Araps ac207e40ab
docs: update 2020-02-09 11:18:14 +02:00
Dylan Araps 36c27a958e
docs: update 2020-02-07 15:42:19 +02:00
Dylan Araps ef088ba610
docs: update 2020-01-29 15:11:43 +02:00
Dylan Araps ea752e1d1d
docs: update 2020-01-29 12:25:17 +02:00
Dylan Araps 5f8944c2a2
docs: update 2020-01-29 12:22:25 +02:00
Dylan Araps 1383fdd8ca
docs: update 2020-01-29 12:21:20 +02:00
Dylan Araps ac0f761f7a
docs: update 2020-01-29 10:26:31 +02:00
Dylan Araps ead3a3ecbe
docs: update 2020-01-29 10:19:56 +02:00
Dylan Araps c15eccaee1
docs: update 2019-11-16 15:55:44 +00:00
Dylan Araps 49cfb7cac2
kiss: Merge kiss-utils and kiss 2019-10-30 10:51:48 +00:00
Dylan Araps 26b38c0ec2
docs: update 2019-10-07 16:31:26 +03:00
Kim Ausloos 7ebffdae20
Fixed minor spelling issues 2019-10-01 19:30:24 +02:00
Dylan Araps 44943f588e docs: update 2019-09-11 19:21:44 +03:00
Dylan Araps 133bff4efa docs: update 2019-09-11 09:02:24 +03:00
Dylan Araps 4c81ef1cd3 docs: update 2019-09-11 09:00:33 +03:00
Dylan Araps ee2efd0d65 docs: update 2019-08-23 10:25:42 +00:00
Dylan Araps 8a27c1136a kiss: revert log changes 2019-08-21 11:12:17 +00:00
Dylan Araps 12847e01a1 Revert "docs: update"
This reverts commit ea555f1e8d.
2019-08-21 11:11:41 +00:00
Dylan Araps ea555f1e8d docs: update 2019-08-21 02:24:31 +00:00
Dylan Araps 73b778d70d docs: update 2019-08-15 15:03:01 +00:00
Dylan Araps 5af018b05e docs: update 2019-08-13 09:22:12 +00:00
Dylan Araps cf3b58ab86 kiss: fix issues with requiring root. 2019-08-12 23:57:43 +00:00
Dylan Araps 4e3198eb3d kiss: fix issues with requiring root. 2019-08-12 23:57:31 +00:00
Dylan Araps fdc74d5c20 docs: update 2019-07-31 19:02:58 +03:00
Dylan Araps f4766b3cc4 docs: update 2019-07-27 19:55:00 +03:00
Dylan Araps a194666a23 docs: update 2019-07-27 19:53:39 +03:00
Dylan Araps dc44ee51e7 kiss: Make owns work with multiple files. 2019-07-22 01:35:35 +03:00
logo4poop 0da5fcdb45
Update README.md 2019-07-18 18:45:03 -04:00