1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00
Commit Graph

1486 Commits

Author SHA1 Message Date
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 Araps
67ccf37ac6
kiss-size: clean up 2020-09-09 14:21:44 +03:00
Dylan Araps
84339a279a
kiss-revdepends: clean up 2020-09-09 14:20:52 +03:00
Dylan Araps
215c14d462
kiss-reset: drop pkgconf 2020-09-09 14:20:11 +03:00
Dylan Araps
0c7ec6b158
kiss-manifest: clean up 2020-09-09 14:00:54 +03:00
Dylan Araps
9ed5682926
kiss-help: clean up 2020-09-09 13:58:47 +03:00
Dylan Araps
cc084f654a
kiss-fork: clean up 2020-09-09 13:58:00 +03:00
Dylan Araps
07ad1dcf73
kiss-depends: clearer 2020-09-09 13:41:58 +03:00
Dylan Araps
ba971ba449
kiss-depends: fix pwd 2020-09-09 13:40:32 +03:00
Dylan Araps
53d28cc0a5
kiss-export: clean up 2020-09-09 13:39:25 +03:00
Dylan Araps
9e38bf7d03
kiss-depends: changes
- whitespace is normalized between fields.
- less code.
2020-09-09 13:31:27 +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
e0e8b1d9b6
Merge pull request #183 from jedahan/contrib-cleanup
Contrib cleanup
2020-09-06 11:34:08 +03:00
Jonathan Dahan
b58d4d3c95 Remove extraneous period. 2020-09-04 13:32:29 -04:00
Jonathan Dahan
d94c811e7f Use full kiss subcommands for readability and safety 2020-09-04 13:32:19 -04:00
Jonathan Dahan
fb3ac1f7e9 Remove reference to crux in comments for those unfamiliar with it. 2020-09-04 13:31:30 -04:00
Dylan Araps
0f054313e3
kiss-link: Fix bug. Closes #180 2020-09-03 10:17:29 +03:00
Dylan Araps
cf722ec4ba
docs: update 2020-09-02 01:53:47 +03:00
dylan
a970d1fd02
Merge pull request #179 from illiliti/update_sls_syntax
kiss: update sls syntax
2020-09-02 01:55:29 +03:00
illiliti
42163ae1f2 kiss: update sls syntax 2020-09-01 07:19:02 +03:00
dylan
e9197fe881
Merge pull request #178 from onodera-punpun/master
Add CRUX style usage to contrib scripts
2020-08-31 20:07:40 +03:00
Dylan Araps
3b251b96b6
kiss: Fix compatibility with pre-change checksums 2020-08-31 10:54:39 +03:00
Camille Scholtz
d44c509b37 Add CRUX style usage using the current directory as the name of the package to be operated on 2020-08-30 22:28:01 +02:00
Dylan Araps
00671aaa7e
kiss-revdepends: Work even if package is uninstalled 2020-08-30 14:36:43 +03:00
Dylan Araps
942f36b672
kiss-chbuild: drop for now. full utility planned 2020-08-30 13:14:55 +03:00
dylan
2c3b2aa821
Merge pull request #177 from illiliti/as_root_sls
kiss: add support for sls
2020-08-30 10:30:24 +03:00
Dylan Araps
be40eb0114
docs: update 2020-08-30 10:25:24 +03:00