Commit Graph

1061 Commits

Author SHA1 Message Date
Dylan Araps fc699ff91f
kiss: clean up 2020-09-14 15:59:48 +03:00
Dylan Araps 92dbdbe06a
kiss: drop braces 2020-09-14 15:30:50 +03:00
Dylan Araps e95fbda45c
kiss: move list check to inner loop 2020-09-14 15:29:53 +03:00
Dylan Araps 27e406bc84
kiss: remove stray echo 2020-09-14 15:15:40 +03:00
Dylan Araps e3638c1e57
kiss: fix shellcheck 2020-09-14 15:09:50 +03:00
Dylan Araps cb891421bc
kiss: cleanup 2020-09-14 15:08:18 +03:00
Dylan Araps 2356a2bc78
kiss: simplify pkg_etc 2020-09-14 15:02:04 +03:00
Dylan Araps cb3d826bf0 Merge branch 'master' of github.com:kisslinux/kiss into master 2020-09-14 14:34:44 +03:00
Dylan Araps 18813df6ab
kiss: pkg_install simplify 2020-09-14 14:33:05 +03:00
Dylan Araps 35d97853de
kiss: small changes to pkg_find 2020-09-14 12:41:28 +03:00
Dylan Araps d9c8725169
kiss: remove shellcheck warning from file_owner 2020-09-14 12:34:22 +03:00
Dylan Araps 2fee3837ee
pkg_clean: less squish 2020-09-14 12:31:53 +03:00
Dylan Araps 43138ba89c
kiss: make sure to check for invalid input when using cwd as package 2020-09-14 12:30:54 +03:00
Dylan Araps 6dde0696d8
kiss: clean up argument handling 2020-09-14 12:22:25 +03:00
Dylan Araps 1e0c80493a
kiss: simplify pkg_depends 2020-09-14 12:05:11 +03:00
Dylan Araps f2f27166d3
kiss: less squish 2020-09-12 18:10:16 +03:00
Dylan Araps 0e76fa9107
kiss: more cleanup 2020-09-12 18:08:33 +03:00
Dylan Araps e7c934167e
kiss: cleanup update code 2020-09-12 18:04:30 +03:00
Dylan Araps 9f1bf8dd0e
kiss: more cleanup 2020-09-12 17:57:24 +03:00
Dylan Araps 3c3b562bfe
kiss: remove ppwd and change message 2020-09-12 17:44:28 +03:00
Dylan Araps 6a5041c067
kiss: drop variable assignments as they're done in subshell 2020-09-12 17:40:37 +03:00
Dylan Araps b74509ef90
kiss: drop pkg_order, will be replaced 2020-09-12 17:40:05 +03:00
Dylan Araps eed7a68a7a
kiss: Stop hiding errors in dependency resolution 2020-09-12 17:38:45 +03:00
Dylan Araps 1c58d21d9b
kiss: less squish 2020-09-12 17:36:49 +03:00
Dylan Araps 7f73259f39
kiss: Add log message for git sources 2020-09-12 17:36:10 +03:00
Dylan Araps 6e115ed164
kiss: remove subshell use of pkg_list 2020-09-12 17:35:10 +03:00
Dylan Araps 854a04520d
kiss: set repo_dir sooner 2020-09-12 17:33:55 +03:00
Dylan Araps 4cb6bbdf51
kiss: drop log message for pkg_lint 2020-09-12 17:33:23 +03:00
Dylan Araps e600a374e2
kiss: nitpick 2020-09-12 17:32:33 +03:00
Dylan Araps d8d19948f4
kiss: fix ci 2020-09-12 17:32:05 +03:00
Dylan Araps 70d8eba781
kiss: drop weird prompt at end of builds. 2020-09-12 17:27:07 +03:00
Dylan Araps 892f6de9e9
kiss: cleanup 2020-09-12 11:25:05 +03:00
Dylan Araps 191e0c75d4
kiss: unmask error 2020-09-12 11:13:45 +03:00
Dylan Araps ab625e39bd
kiss: fixes to depends 2020-09-12 11:09:46 +03:00
Dylan Araps 3d670da1f4
kiss: Fix HOME unset and other minor issues 2020-09-11 20:07:03 +03:00
Dylan Araps 084d9f583f
kiss: cleanup 2020-09-11 19:02:58 +03:00
Dylan Araps 97b88bf864
kiss: drop subshell usage with pkg_find 2020-09-11 18:56:29 +03:00
Dylan Araps fda570d0d2
kiss: more clean up 2020-09-11 17:58:16 +03:00
Dylan Araps f915d9aebc
kiss: minor changes 2020-09-11 17:38:02 +03:00
Dylan Araps 0b328b8c31
kiss: less squish 2020-09-09 16:52:18 +03:00
Dylan Araps f619fad60f
kiss: clean up 2020-09-09 15:03:57 +03:00
dylan 43a2476f7e
Merge pull request #186 from kisslinux/rm_etc
kiss: Add handling of /etc/ files to removal action.
2020-09-09 10:49:02 +03:00
Dylan Araps 66e6c0fe34
kiss: Add handling of /etc/ files to removal action.
If the user has modified the file in /etc/, it will not be removed
and a message will be printed to the screen. If the file is
unmodified, it will be removed like any other.

This uses the etcsums file for comparison of checksums. The file
is also used during installation handling of files in /etc/.
2020-09-08 22:35:49 +03:00
Dylan Araps e2b292bc0b
kiss: split usage 2020-09-08 17:07:55 +03:00
Dylan Araps 6ba7b61bfb
kiss: remove occurrence of blank checksum files when checksums aren't needed. Closes #185 2020-09-08 14:56:19 +03:00
Dylan Araps 6998e9f58c
kiss: fix hang when no packages installed during conflict resolution. Closes #182 2020-09-08 14:30:38 +03:00
Dylan Araps cf722ec4ba
docs: update 2020-09-02 01:53:47 +03:00
illiliti 42163ae1f2 kiss: update sls syntax 2020-09-01 07:19:02 +03:00
Dylan Araps 3b251b96b6
kiss: Fix compatibility with pre-change checksums 2020-08-31 10:54:39 +03:00
Dylan Araps 942f36b672
kiss-chbuild: drop for now. full utility planned 2020-08-30 13:14:55 +03:00