2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

kiss: bump to 4.0.0

This commit is contained in:
Dylan Araps 2020-07-28 03:25:42 +03:00
parent d7d2864dbc
commit 4c90d22456
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
4 changed files with 15 additions and 21 deletions

View File

@ -1,4 +1,4 @@
42467b5dcc9e462256470fd30504ce706d9d89fbd8d569591d9b6b94d4bd2864 3.1.0.tar.gz
607d9be5239bd82e023f697cca8db5aadd1ffb371923c4854d35ba83b9e36972 9278d127ba6f3499e51fe068a85b9ddb717cc32a.tar.gz
c4df678bc9d0e7e43fab17404e78ce65818868a94ecbd650a1fd09aaac128c2a 2ff12f23702f1e909cf43d00ab35e72c0d922a09.tar.gz
6e47bd8ce73cfdc6e102d3e46a24e30e8aa02b1da0c97b9ba4842b57ab8b6b06 4.0.0.tar.gz
e761adb1b1177fd7ee2451cae8ee40171ec0ea4bf50d0c48f16c1de6b58db7ca 938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz
e33009fc584c319e63fefddda37c3624842bd04def3b8e5eb96ec39b80533940 b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz
d56d159fd9f0c39a2692b4b00b1543b2eb476a0659aa6899efa0ff460863dc70 kiss_path.sh

View File

@ -1,17 +1,11 @@
#!/bin/sh
cat <<EOF
find "$KISS_ROOT/usr/lib" \
! -type d \
-name \*.la \
-exec rm -f -- {} +
NOTE: Updates will now show a warning from Git about
the merge strategy. Simply set the desired merge strategy
and the warning will disappear.
Examples:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
TIP: --global can be used to set this user-wide.
EOF
find "$KISS_ROOT/var/db/kiss/installed" \
! -type d \
-name manifest \
-exec sed -i '/.*\.la$/d' {} +

View File

@ -1,4 +1,4 @@
https://github.com/kisslinux/kiss/archive/3.1.0.tar.gz
https://github.com/kisslinux/website/archive/9278d127ba6f3499e51fe068a85b9ddb717cc32a.tar.gz docs
https://github.com/kisslinux/wiki/archive/2ff12f23702f1e909cf43d00ab35e72c0d922a09.tar.gz wiki
https://github.com/kisslinux/kiss/archive/4.0.0.tar.gz
https://github.com/kisslinux/website/archive/938d4625a976b395c53a31f2827c308e752b5fb0.tar.gz docs
https://github.com/kisslinux/wiki/archive/b2a6f73d1d8ca444b953b65b55ef9b6f0b4169ef.tar.gz wiki
files/kiss_path.sh

View File

@ -1 +1 @@
3.1.0 1
4.0.0 1