Commit Graph

1514 Commits

Author SHA1 Message Date
Dylan Araps ea59543996
kiss: Fix dependency detector issue with glibc. See #225 2021-07-11 15:33:59 +03:00
Dylan Araps 918a75f43d
kiss: Fix dependency detector issues with glibc. Closes #225 2021-07-11 15:23:57 +03:00
Dylan Araps 60ad9cfafc
kiss: Fix dependency detector issue with glibc 2021-07-11 15:05:27 +03:00
Dylan Araps 66c6bfcfae
kiss: move mkdir/cd to mkcd, fix bug with sources and mkdir 2021-07-11 11:26:28 +03:00
Dylan Araps 8c2591f6b4
kiss: fix bug with source printing 2021-07-11 11:14:01 +03:00
Dylan Araps 69fc1e15ec
kiss: fix bug when log file cannot be written 2021-07-11 00:35:50 +03:00
Dylan Araps 5fab95f7c6
kiss: silence read error 2021-07-11 00:27:32 +03:00
Dylan Araps 0de9322eb2
kiss 5.4.10 2021-07-08 17:46:43 +03:00
Dylan Araps c2216a3388
kiss: skip already seen directories during tar hack
Fixed bug where fcft/fcft becomes fcft.
Also improves performance.
2021-07-08 15:12:43 +03:00
Dylan Araps 6db1ac3bd0
kiss; 5.4.9 2021-07-08 14:08:21 +03:00
Dylan Araps abeaf4a7a7
kiss: initial steps to fixing kiss r arg handling 2021-07-08 13:54:37 +03:00
Dylan Araps 91b39a0f97
kiss: remove reverse ordering for kiss r (needs to be replaced) 2021-07-08 13:04:28 +03:00
Dylan Araps 3e08cf1ff2
kiss: set KISS_COMPRESS once 2021-07-08 11:15:31 +03:00
Dylan Araps 40fd458c8f
kiss: use KISS_COMPRESS when getting tarballs from cache 2021-07-08 11:10:45 +03:00
Dylan Araps 7d22d91611
kiss: don't show it twice 2021-07-07 23:10:07 +03:00
Dylan Araps 429b8011e0
kiss: show tarball name 2021-07-07 23:07:47 +03:00
Dylan Araps 1a0943a84f
kiss: 5.4.8 2021-07-07 12:44:18 +03:00
Dylan Araps cd27776fd8
kiss: nit 2021-07-07 11:45:21 +03:00
Dylan Araps a2cb46d126
kiss: remove unneeded pkg_find 2021-07-07 11:16:25 +03:00
Dylan Araps 855bda4497
kiss: only sort manifest once during install 2021-07-07 10:34:05 +03:00
Dylan Araps 001ce0396f
kiss: improve install performance slightly 2021-07-07 10:30:43 +03:00
Dylan Araps 9d34420bee
kiss: check for directory first 2021-07-07 10:17:19 +03:00
Dylan Araps 9becb3b9a1
kiss: use case 2021-07-07 10:11:23 +03:00
Dylan Araps d6db894cbc
kiss: expose build queue to hooks
_build_cur holds current package number.
_build_tot holds the total number of packages.

Closes #222
2021-07-07 10:12:33 +03:00
Dylan Araps 2008f7478e
kiss: fix bugs
- Fixed ldd mode not working.
- Fixed too strict argument validation (need to use IFS).
2021-07-06 22:45:50 +03:00
Dylan Araps 018c362a5f
kiss: add run_hook_pkg and pre-remove user hook 2021-07-06 22:23:27 +03:00
Dylan Araps 4931d9762c
misc: nit 2021-07-06 22:16:39 +03:00
Dylan Araps 7f02d9bcad
kiss: remove post-install logging
I want to redo this in a less awful way.
2021-07-06 22:16:00 +03:00
Dylan Araps 422262d629
kiss: make pre-remove errors fatal 2021-07-06 22:14:57 +03:00
Dylan Araps 825e0305bf
kiss: ensure input tarball contains @ 2021-07-06 22:10:23 +03:00
Dylan Araps 5f93bfef55
kiss: rewrite install input 2021-07-06 22:07:12 +03:00
Dylan Araps 0c51261486
kiss: fix globs 2021-07-06 22:00:43 +03:00
Dylan Araps 837148bc9b
kiss: don't lint tarballs 2021-07-06 21:55:48 +03:00
Dylan Araps 3ac3fdcbf8
kiss: use pkg_order for crux-like usage 2021-07-06 21:49:44 +03:00
Dylan Araps c716a4b996
kiss: nit 2021-07-06 21:41:30 +03:00
Dylan Araps caff0ef981
kiss: arg clean up 2021-07-06 21:35:37 +03:00
Dylan Araps 47d057a52c
kiss: move build code to separate function 2021-07-06 21:25:56 +03:00
Dylan Araps af19cd7d6d
kiss: rename pkg_build to pkg_build_all 2021-07-06 21:14:51 +03:00
Dylan Araps 08199f6977
kiss: lint all arguments early. lint all dependencies during pkg_depends 2021-07-06 21:12:19 +03:00
Dylan Araps 0c1d4cbcf5
pkg_find_version: silence stderr 2021-07-06 21:05:03 +03:00
Dylan Araps 49b2b72cd8
kiss: use pkg_order for all applicable actions 2021-07-06 20:53:54 +03:00
Dylan Araps c3fa50a921
unify argument parsing 2021-07-06 20:41:25 +03:00
Dylan Araps fe6c391b10
kiss: simplify pkg_lint 2021-07-06 20:26:47 +03:00
Dylan Araps 62e0c14f01
kiss: 5.4.7 2021-07-06 19:59:53 +03:00
Dylan Araps fe1d610054
kiss: more depends fixes 2021-07-06 19:53:49 +03:00
Dylan Araps d267e2106e
kiss: fix dependency issue with make depends 2021-07-06 19:34:44 +03:00
Dylan Araps 2d913c45a8
pkg_depends: use if 2021-07-06 19:23:02 +03:00
Dylan Araps 47e870e375
kiss: run hook after repo check 2021-07-06 18:32:36 +03:00
Dylan Araps 10e2fd2553
misc: nit 2021-07-06 18:30:43 +03:00
Dylan Araps ebb43819c0
misc: nit 2021-07-06 18:26:50 +03:00
Dylan Araps 0a874f9275
misc: fix lint 2021-07-06 13:18:28 +03:00
Dylan Araps 4607718077
kiss: 5.4.6 2021-07-06 13:16:58 +03:00
Dylan Araps 2cd3422ff6
sh256: add back checks 2021-07-06 13:16:34 +03:00
Dylan Araps 2f48bff2e7
kiss: 5.4.5 2021-07-06 12:30:53 +03:00
Dylan Araps 0d69e23048
kiss: fix checksums error. Closes #220 2021-07-06 12:30:31 +03:00
Dylan Araps d1dad7eefd
kiss: 5.4.4 2021-07-06 01:40:42 +03:00
Dylan Araps 6a1beec917
kiss: add check for blank lines / comments 2021-07-06 01:39:21 +03:00
Dylan Araps 874647f287
sh256: remove training wheels 2021-07-05 15:18:29 +03:00
Dylan Araps 94216812c3
kiss: correct redirection 2021-07-05 15:13:06 +03:00
Dylan Araps b674becc82
kiss: remove subshell usage with sh256 2021-07-05 15:10:48 +03:00
Dylan Araps 88f74d2d21
kiss: remove KISS_DL 2021-07-05 14:07:54 +03:00
Dylan Araps d0ee4c457e
kiss: 5.4.3 2021-07-05 14:05:43 +03:00
Dylan Araps df40997c4f
kiss: fix duplicated installs on update 2021-07-05 14:03:02 +03:00
Dylan Araps 94029af80a
pkg_checksums: remove unneeded pkg_find 2021-07-05 13:55:17 +03:00
Dylan Araps b8b11b80af
kiss: remove unneeded pkg_find_version 2021-07-05 13:52:54 +03:00
Dylan Araps 9fb32d0177
kiss: remove unneeded pkg_find call 2021-07-05 13:50:50 +03:00
Dylan Araps 6ef9a98ee3
kiss: fix install bug with multiple packages
If a cp fails, the file's contents is still that of the previous
package. This ensures they are truncated where applicable.
2021-07-05 13:47:45 +03:00
Dylan Araps 9c89761268
pkg_manifest: remove subshell 2021-07-05 13:26:16 +03:00
Dylan Araps cbc638ac11
kiss: pkg_fix_deps less indentation 2021-07-05 13:16:37 +03:00
Dylan Araps f9bf8816f2
kiss: add back prevention of empty depends files 2021-07-05 13:10:05 +03:00
Dylan Araps 3d431fe22c
kiss: fix_deps clean up
also fixed bug in pkg_installable
and misc clean up
2021-07-05 13:05:24 +03:00
Dylan Araps 09f48044aa
kiss: use unique variable names for loops in pkg_find 2021-07-05 12:25:06 +03:00
Dylan Araps bb9e508cc8
kiss: remove globals from pkg_find 2021-07-05 12:22:52 +03:00
Dylan Araps 1283a0b1a2
misc: nit 2021-07-05 11:44:48 +03:00
Dylan Araps e89f1d1af4
misc: nit 2021-07-05 11:42:52 +03:00
Dylan Araps b1945ba3bf
kiss: move tar code to function 2021-07-05 11:37:00 +03:00
Dylan Araps 0fac485e41
kiss: put error in func 2021-07-05 11:23:10 +03:00
Dylan Araps b2646fc0ef
misc: comments 2021-07-04 13:02:45 +00:00
Dylan Araps 4b7ad1227d
kiss: add back explicit errors 2021-07-04 12:50:50 +00:00
Dylan Araps 7e8ced253d
kiss: restore PWD 2021-07-04 12:47:03 +00:00
Dylan Araps 3d1d4ef792
kiss: remove transitional support for <pkg>#<ver>... tarball scheme.
If your cache still contains these:

run() {
  printf '%s\n' "$*"
  "$@"
}

set -- "${XDG_CACHE_HOME:-"$HOME/.cache"}/kiss/bin/"*.tar.*

for f do
    dir=${f%/*}
    pkg=${f##*/}
    pkg=${pkg%[#@]*}
    suf=${f##*[#@]}

    case $f in "$dir/$pkg#$suf")
        run mv -f "$f" "$dir/$pkg@$suf"
    esac
done
2021-07-04 11:50:23 +00:00
Dylan Araps a24ab03b2d
kiss: added KISS_DL to set download tool.
The command is split into words and executed as follows:

$KISS_DL <dest_file> <url>

Examples:

KISS_DL='curl -fLo' (default)
KISS_DL='wget -O'
KISS_DL='aria2c -o'
...
2021-07-04 11:34:29 +00:00
Dylan Araps 46a2bbdee0
kiss: add license header
It can now be distributed as a single file while keeping license
intact.
2021-07-04 11:18:10 +00:00
Dylan Araps 2d70c5aeac
kiss: rewrite source handling
- Adds function to resolve sources.
- Tarball extraction now works with local files.
- Zip extraction now works with local files.
- Fixes internal path joining issues.
2021-07-04 11:12:56 +00:00
Dylan Araps 58e90fa779
kiss: rewrite checksum verification
- fixes bug where mismatch would not occur.
- removes awk usage.
- removes pipe.
- removes subshell.
2021-07-04 11:01:49 +00:00
Dylan Araps aaed6fb8c3
misc: silence warning 2021-07-03 23:42:23 +00:00
Dylan Araps f66659e5b1
kiss: show all missing manifest files 2021-07-03 23:39:40 +00:00
Dylan Araps 8f0bf83897
kiss: move install check to functions
also some clean up
2021-07-03 23:31:04 +00:00
Dylan Araps 4396d34fcc
pkg_list: remove cd usage 2021-07-03 23:07:36 +00:00
Dylan Araps 000e8e36d3
misc: nit 2021-07-03 22:20:19 +00:00
Dylan Araps d5e79e49b6
kiss: Stricter argument validation 2021-07-03 15:46:09 +00:00
Dylan Araps 28f991039b
kiss: bump version 2021-07-03 15:25:04 +00:00
Dylan Araps 9253c6646b
misc: fix false positives 2021-07-03 15:23:51 +00:00
Dylan Araps b1faf0ce70
kiss: bump version 2021-07-03 15:14:20 +00:00
Dylan Araps 08a8ccd168
misc: cleanup args i 2021-07-03 15:12:40 +00:00
Dylan Araps 84f1eb7c98
kiss: remove unneeded subshell from pkg_depends 2021-07-03 15:08:02 +00:00
Dylan Araps 65474c56e3
kiss: revert remove unneeded subshell 2021-07-03 15:04:14 +00:00
Dylan Araps 15f73d7601
kiss: remove unneeded subshell 2021-07-03 15:00:24 +00:00
Dylan Araps 32cdd4efc1
kiss: add pkg_find_version() 2021-07-03 14:48:39 +00:00
Dylan Araps d107c43098
kiss: simplify pkg_etcsums
- Removes subshell usage.
- Removes cd usage.
2021-07-03 14:37:26 +00:00
Dylan Araps 95e3fc8f8e
misc: nit 2021-07-03 14:34:13 +00:00
Dylan Araps 402e5cf5de
misc: nit 2021-07-03 14:30:28 +00:00
Dylan Araps 10b378462d
misc: remove pointless comments 2021-07-03 14:27:44 +00:00
Dylan Araps 2e495b59e5
misc: typo 2021-07-03 10:48:14 +00:00
Dylan Araps 846bd4cfd9
misc: nit 2021-07-03 10:23:04 +00:00
Dylan Araps 60bdcdfe74
kiss: simplify pkg_find and ext use 2021-07-03 10:15:06 +00:00
Dylan Araps dee877e408
kiss: update link 2021-07-02 14:48:55 +00:00
Dylan Araps 39c8523207
kiss: silence shellcheck for intended behavior (subshell use) 2021-07-02 13:45:53 +00:00
Dylan Araps 76001821b0
kiss: drop subshell usage from pkg_find
The subshell prevents die() from exiting on error which causes
issues with non-existent packages.

This modifies the function to store the path in $repo_dir which
is then used by callers. Had to shuffle some things around and
fix issues with the new behavior.

New behavior is that non-existent packages are caught ASAP.
Please let me know if there are any issues.
2021-07-02 13:39:38 +00:00
Dylan Araps 3d11a77cd0
kiss: fix pkg_lint
- unsquish
- use variable with pkg_find so die works.
2021-07-02 13:15:47 +00:00
Dylan Araps 6ef40ad38d
kiss: drop unneeded usage of $pid in conflict checks. 2021-07-02 13:06:33 +00:00
Dylan Araps d047729aa8
kiss: Remove KISS_PID
This was a hack to point the build directory somewhere else.
Proper support for this will be added at a later date.
2021-07-02 12:45:52 +00:00
Dylan Araps 39fa046f73
misc: nit 2021-07-02 12:43:53 +00:00
Dylan Araps 9456b9902c
kiss: remove case statement 2021-07-02 12:32:30 +00:00
Dylan Araps 7d50b6ec9d
kiss: use case statement for update outcomes 2021-07-02 12:25:15 +00:00
Dylan Araps c02e58c395
misc: nit 2021-07-02 12:22:16 +00:00
Dylan Araps c4cd821456
kiss: handle null repositories 2021-07-02 12:19:23 +00:00
Dylan Araps dcb890e240
misc: nit 2021-07-02 12:05:36 +00:00
Dylan Araps a5ac4d3dad
kiss: remove now pointless subshell 2021-07-02 11:24:14 +00:00
Dylan Araps dde00196d8
kiss: order argument list in pkg_build based on dependence
This makes input to pkg_build identical when using
'kiss b'/'kiss u' and fixes issues with the former.
2021-07-02 11:12:17 +00:00
Dylan Araps 31362a7713
kiss: as_root changes
- Skip as_root if root -> root.
- Add message recommending tools other than su.
2021-07-02 11:05:22 +00:00
Dylan Araps 09b92d4c64
kiss: remove as_root usage with 'kiss c'
The less of this as_root usage the better.
2021-07-02 06:28:18 +00:00
Dylan Araps a959fcf4a0
bump version 2021-07-01 21:01:43 +00:00
Dylan Araps af022420b8
kiss: remove unneeded spaces 2021-07-01 14:49:24 +00:00
Dylan Araps 34868aae73
kiss: remove old transitional compatibility 2021-07-01 14:28:55 +00:00
Dylan Araps 5e0f6b430d
kiss: fix incorrect path 2021-07-01 12:59:22 +00:00
Dylan Araps 432c281a42
kiss: bump version 2021-06-30 14:08:11 +00:00
Dylan Araps 746ad439a4
kiss: Fix pkg_depends 2021-06-30 13:49:27 +00:00
Dylan Araps 52572be0be
kiss: Fix missing path suffix 2021-06-30 11:02:01 +00:00
Dylan Araps e629f2a6a6 kiss: remove update hooks 2021-06-30 10:31:49 +00:00
Dylan Araps 048a79d471 kiss: refactor removal check
Moves the code into its own function and removes the subshell usage.
2021-06-30 09:22:05 +00:00
Dylan Araps 3c8057acfb kiss: fix dropped package issue 2021-06-30 09:14:31 +00:00
Dylan Araps 9dbeca0c92 kiss: Add support for ssu, remove sls 2021-06-30 09:06:01 +00:00
Dylan Araps a16230c40c kiss: Fix zstd <> xz incompatibility 2021-06-30 09:03:21 +00:00
Dylan Araps e8927ec1ad kiss: cheeky 2021-06-30 09:01:52 +00:00
Dylan Araps 9ea3ceaf5d https://github.com/kiss-community/kiss/pull/52 2021-06-30 09:01:52 +00:00
Dylan Araps c8fa0e7c83 https://github.com/kiss-community/kiss/pull/51 2021-06-30 09:01:52 +00:00
Dylan Araps a636173f47 https://github.com/kiss-community/kiss/pull/50 2021-06-30 09:01:52 +00:00
Dylan Araps 0a9a1f2f54 kiss: sanitize tmp directory paths
Ensures that // (and //////) don't occur within the temporary
directory paths.
2021-06-30 09:01:52 +00:00
Dylan Araps f5038e1579 kiss: do a less shallow clone to enable 'git describe'
This downloads all reachable commits and then blobs and trees on demand. It
swaps the clone from shallow to treeless. In other words, it's a less
shallow shallow clone which makes 'git describe' work.
2021-06-30 09:01:52 +00:00
Dylan Araps 17815b698c pkg_install_files: fix internal path issue.
When KISS_ROOT is empty path is //path/to/file.
2021-06-30 09:01:52 +00:00
Dylan Araps ea18c88f74 kiss: simplify prompt 2021-06-30 09:01:49 +00:00
Dylan Araps 58d1c669e5 kiss: remove broken directory symlinks
This changes pkg_remove_files to queue all directory symlinks for
removal *after* all other items. Links are only removed if they are
broken and a safeguard has been added for root level directories.

Also fixed are some bugs around how the paths are stored internally.

1. If KISS_ROOT is empty, path ends up being //path/to/file.
2. Directory symlinks are undetectable when they have '/' as a suffix.
2021-06-30 09:01:35 +00:00
Dylan Araps 104ace0522 kiss: fix dependency issues
Should fix #29, #30, circular dependencies

Note: This is a draft. Please try it and let me know if there are any
issues. I plan to make additional changes. Will make it known once
it's ready.
2021-06-30 09:01:35 +00:00
Dylan Araps 95919dd875 kiss: ensure all reads exit on non-zero 2021-06-30 09:01:35 +00:00
Dylan Araps 9615784183 kiss: nit 2021-06-30 09:01:35 +00:00
Dylan Araps 1d4771d4f1 21eb06ea43 2021-06-30 09:01:35 +00:00
Dylan Araps 5da3d06cea kiss: fix issue with OpenBSD Korn shell 2021-06-30 09:01:35 +00:00
Dylan Araps a25725530a pkg_fix_deps: simplify path resolution 2021-06-30 09:01:11 +00:00
Dylan Araps f77e08bd1b
bump version 2020-11-27 06:23:19 +02:00
Dylan Araps c89c84377e
kiss: fix checksums 2020-11-27 06:22:57 +02:00
Dylan Araps 9f82ac1cd7
kiss: Fix sh256 2020-11-26 16:30:02 +02:00
Dylan Araps 3f65c8a725
bump version 2020-11-26 14:22:41 +02:00
Dylan Araps 10c61c7dfc
kiss: Fix syntax error 2020-11-25 08:50:40 +02:00
Dylan Araps 16b2e1be75
kiss: Fix crash caused by sh256(). Closes #204 2020-11-25 08:49:32 +02:00
Dylan Araps 58846c99b1
kiss: Possible fix for #204 2020-11-25 08:41:19 +02:00
Dylan Araps 6d205e8095
kiss: fix UB around find 2020-11-23 07:21:02 +02:00
Dylan Araps 3834d0e584
update 2020-11-19 12:01:55 +02:00
Dylan Araps 8973e18abd
kiss: Fix no etcsums for symlinks. Related to #193 2020-11-19 11:54:18 +02:00
dylan 7fdf69dfc2
Merge pull request #199 from TAAPArthur/master
kiss-preferred: new utility to list all current conflicts resolutions.
2020-11-19 11:41:29 +02:00
Dylan Araps a616b61cc6
kiss: Allow 'SKIP' to be used to disable checksums for a source. Closes #200 2020-11-19 11:38:43 +02:00
Dylan Araps b1302664d5
kiss: Fix symlinks in /etc/. Related to #193 2020-11-19 11:34:54 +02:00
Arthur Williams 7df30fd9df Allow '[' and ']' for kiss owns
Allow commands like `kiss own /usr/bin/\[` to succeed
2020-11-07 04:19:24 -06:00
Dylan Araps 1ae8340e49
simplify pkg_clean 2020-11-06 09:06:04 +02:00
Dylan Araps 1617c4eeb2
update 2020-11-06 09:03:53 +02:00
Dylan Araps 8c75bd849d
kiss new log format 2020-11-06 09:00:23 +02:00
Dylan Araps 837b43bed2
kiss: error if HOME unset 2020-11-06 08:52:20 +02:00
Dylan Araps e98d159366
ensure KISS_ROOT doesn't end in a / 2020-11-06 08:48:15 +02:00
Dylan Araps a2041ee0a7
kiss: add new fix_deps 2020-11-06 08:45:56 +02:00
Dylan Araps bdabaee422
kiss: git fixes 2020-11-06 08:38:36 +02:00
Dylan Araps dd4204d6e2
kiss: new naming scheme for tarballs 2020-11-06 08:34:36 +02:00
Dylan Araps 16a9a4760b
kiss: Store downloaded sources using dest if set #2. 5bbe895731 2020-11-06 08:27:29 +02:00
Dylan Araps b78fe36465
kiss: Store downloaded sources using dest if set. 5bbe895731 2020-11-06 08:23:25 +02:00
Dylan Araps 2b6384d1a3
revert to 5.1.0 to cherrypick changes from 6.0.0 2020-11-06 08:14:46 +02:00
Dylan Araps 9818c0866e
kiss: better message. Related to #196 2020-10-23 14:45:04 +03:00
Dylan Araps eb2eef852c
kiss: fixes for cache change. Related to #196 2020-10-23 14:41:06 +03:00
Dylan Araps 5bbe895731
kiss: Store downloaded sources using dest if set
This prevents naming conflicts in the cache.

Example:

https://github.com/opencv/opencv/archive/4.5.0.tar.gz
https://github.com/opencv/opencv_contrib/archive/4.5.0.tar.gz contrib

Fixes #196
2020-10-23 14:28:26 +03:00
Dylan Araps 71b4c0f447
kiss: fix potential issue where function returns early 2020-10-21 18:14:33 +03:00
Dylan Araps 59fab2b8fc
kiss: Fix issue with dependencies and end of build process. Related to #194 2020-10-21 18:09:50 +03:00
Dylan Araps 83744f4276
kiss: add back prompt post build 2020-10-09 07:40:49 +03:00
Dylan Araps 5c2d43e463
pkg_swap: Fix bug with broken symlinks 2020-10-05 09:43:30 +03:00
Dylan Araps 950c575329
kiss: Fix conflict bug 2020-10-05 09:23:30 +03:00
Dylan Araps 751e7f3456
kiss: Fix pkg_swap issues. 2020-10-05 09:15:21 +03:00
Dylan Araps 2ee207d6b9
kiss: fix new tarball scheme 2020-10-03 19:36:18 +03:00
Dylan Araps ca8d89021f
kiss: detect circular dependencies 2020-10-03 19:31:54 +03:00
Dylan Araps 2c91be99e5
kiss: fix infinite recursion when package depends on self 2020-10-03 18:40:05 +03:00
Dylan Araps 1572a08f63
kiss: clean up pkg_install_files. Also closes #193 2020-10-03 15:28:54 +03:00
Dylan Araps 81aeff9edb
kiss: fix error message 2020-10-03 11:42:58 +03:00
Dylan Araps 5ca064ae1f
kiss: combine case statements 2020-10-03 11:18:02 +03:00
Dylan Araps a9e2f78f4a
kiss: clean up pkg_swap 2020-10-03 10:08:57 +03:00
Dylan Araps 4337e1fdce
kiss: order arguments during updates again 2020-10-03 08:48:36 +03:00
Dylan Araps 9792496e1a
kiss: drop KISS_GREP 2020-10-03 08:20:21 +03:00
Dylan Araps 8d6c3b5a28
kiss: Add back argument ordering for install/remove actions 2020-10-03 08:14:39 +03:00
Dylan Araps 50705eb835
kiss: allow users to override grep 2020-10-03 06:43:36 +03:00
Dylan Araps 0ded2753c2
kiss: fix KISS_FORCE not working for removal 2020-10-01 12:32:09 +03:00
Dylan Araps 38e81b6920
kiss: git fixes 2020-10-01 10:10:01 +03:00
Dylan Araps 53e856195b
kiss: swap to @ for separator in tarball names but continue to support # for some time 2020-10-01 09:54:38 +03:00
Dylan Araps 332ba3450e
kiss: drop _PREFIX and friends. Also close #191 2020-09-28 07:29:03 +03:00
Dylan Araps 4bff76bdb7
kiss: fix paths 2020-09-27 21:59:42 +03:00
Dylan Araps e211d25139
kiss: set all system directories 2020-09-27 21:56:41 +03:00
Dylan Araps 83c18335a1
kiss: add tiny function to handle init of paths 2020-09-27 21:04:33 +03:00
Dylan Araps feb6e63dfd
kiss: add support for KISS_ETCDIR 2020-09-27 20:55:31 +03:00
Dylan Araps ea5e2cbac7
kiss: added INCDIR, fixed BINDIR 2020-09-27 20:43:44 +03:00
Dylan Araps 32a84f73e8
kiss: added KISS_BINDIR 2020-09-27 20:39:13 +03:00
Dylan Araps cf65299d42
kiss: allow KISS_PREFIX to be empty 2020-09-27 20:34:42 +03:00
Dylan Araps a129610f24
kiss: drop leading / from datadir/libdir. 2020-09-27 20:31:56 +03:00
Dylan Araps e070753d7b
kiss: added KISS_PREFIX and friends + fixed bug in pkg_fix_deps. former related to #191 2020-09-27 19:57:06 +03:00
Dylan Araps 92ea10d562
kiss: move func 2020-09-27 09:52:03 +03:00
Dylan Araps 5809d0316a
kiss: nitpick 2020-09-27 09:45:25 +03:00
Dylan Araps 272dc6389b
kiss: new build-log structure. may revert 2020-09-27 09:39:48 +03:00
Dylan Araps b6869bc8a6
kiss: unsquish 2020-09-27 09:10:05 +03:00
Dylan Araps 6ff9928b69
kiss: rename build log file 2020-09-27 09:08:43 +03:00
Dylan Araps bd703ac9a1
kiss: add back time, rename var to date 2020-09-27 09:04:30 +03:00
Dylan Araps 704d59533a
kiss: Use run_repo_hook for update hook 2020-09-27 09:00:49 +03:00
Dylan Araps 65a4507ef9
kiss: various minor changes 2020-09-27 11:57:52 +03:00
Dylan Araps 8b2be5a750
kiss: make pkg_list like other funcs 2020-09-26 17:13:24 +03:00
Dylan Araps 8dae372609
kiss: contains() fixes and bug fix for repository paths containing spaces. 2020-09-26 17:03:13 +03:00
Dylan Araps fc54435595
kiss: minor change 2020-09-26 09:27:51 +03:00
Dylan Araps acf8207145
kiss: fix issues with fixdeps and -bin/-git/whatever packages 2020-09-26 09:24:58 +03:00
Dylan Araps 9358f9558f
kiss: more fixdeps stuff 2020-09-26 09:15:46 +03:00
Dylan Araps 6dad450f05
kiss: use ldd /or/ *readelf in dependency fixer rather than both 2020-09-26 08:52:35 +03:00
Dylan Araps 93dc3a1fcd
kiss: make function for pkg owner 2020-09-26 08:08:10 +03:00
Dylan Araps 1859cb34b2
kiss: just use the var 2020-09-26 01:37:08 +03:00
Dylan Araps 7cc6f83ba2
kiss: stick to readelf 2020-09-26 01:35:09 +03:00
Dylan Araps e94fcab1dc
kiss: fix matching of fixdeps commands 2020-09-26 00:38:24 +03:00
Dylan Araps aa4e4ebcd9
kiss: better fixdeps() solution 2020-09-25 22:38:05 +03:00
Dylan Araps daa9039bde
kiss: give pkg_depends empty list 2020-09-25 20:31:21 +03:00
Dylan Araps e76b71521c
kiss: made fixdeps() aware of dependency chain 2020-09-25 20:27:32 +03:00
Dylan Araps a1de34d781
kiss: installation performance improvements when many files 2020-09-25 18:25:46 +03:00
Dylan Araps 946adbd6f6
kiss: drop -a/-o as XSI :(, other small change 2020-09-25 18:15:33 +03:00
Dylan Araps 506db9b469
kiss: clean up + do less in instalalation by using test -a/-o 2020-09-25 18:07:41 +03:00
Dylan Araps 5d00c43720
kiss: minor changes 2020-09-25 17:33:57 +03:00
Dylan Araps de036042fb
kiss: more clean up, new cache directory structure 2020-09-25 17:00:06 +03:00
Dylan Araps 7bc3a0eb92
kiss: strip all trailing slashes from KISS_ROOT. thanks E5ten 2020-09-23 21:56:30 +03:00
Dylan Araps e1fa886562
kiss: minor changes 2020-09-23 21:48:08 +03:00
Dylan Araps 18de7a0670
kiss: fix CI 2020-09-23 11:55:42 +03:00
Dylan Araps 8a3a0b305a
kiss: minor fixes 2020-09-22 15:39:25 +03:00
Dylan Araps 96a2f18566
kiss: minor changes 2020-09-22 15:11:30 +03:00
Adrien Gallouët 130e90b137 kiss: fetch tags too
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
2020-09-16 14:22:18 +00:00
Dylan Araps d85028e0f1
kiss: fix shellcheck 2020-09-14 22:32:58 +03:00
Dylan Araps 8261c230fc
kiss: use continue 2020-09-14 22:31:22 +03:00
Dylan Araps 73caec34b4
kiss: don't need to escape this 2020-09-14 22:28:14 +03:00
Dylan Araps 8443fc4ab9
kiss: more cleanup 2020-09-14 22:26:58 +03:00
Dylan Araps 3f76c1ee0a
kiss: pkg_conflicts cleanup 2020-09-14 21:24:35 +03:00
Dylan Araps 737ef0c147
kiss: cleanup pkg_conflicts 2020-09-14 21:15:03 +03:00
Dylan Araps 4cde4248cb
kiss: simplify pkg_verify 2020-09-14 21:05:57 +03:00
Dylan Araps 5d428ce24c
kiss: better comment 2020-09-14 20:35:56 +03:00
Dylan Araps 2f6270e063
kiss: use variable from parent 2020-09-14 20:34:47 +03:00
Dylan Araps 6f426a1149
kiss: cleanup fixdeps 2020-09-14 20:32:42 +03:00
Dylan Araps dd37c86f71
kiss: cleanup 2020-09-14 16:41:21 +03:00