Commit Graph

69 Commits

Author SHA1 Message Date
Dylan Araps da9ab2c0d8 strip: Silence errors. 2019-06-22 18:58:58 +03:00
Dylan Araps 2e8c2902d3 Merge branch 'master' of github.com:kissx/kiss 2019-06-19 17:12:16 +03:00
Dylan Araps 19bee31b50 pkg_conflicts: Fix bug when no manifests. 2019-06-19 17:09:15 +03:00
Muhammad Herdiansyah bcc848c6f1 kiss: add licenses file check 2019-06-19 20:45:58 +07:00
Dylan Araps 3f0d5b931b docs: update 2019-06-19 10:20:59 +03:00
Dylan Araps 89c449e967 kiss: Make temporary files unique. 2019-06-19 09:20:37 +03:00
Dylan Araps c740a78ef8 kiss: Avoid usage of /dev/stdout. 2019-06-18 21:39:40 +03:00
Dylan Araps 7c01fcc347 kiss: Fix bug with removal of a non-repository package. 2019-06-18 20:22:31 +03:00
Dylan Araps a054792622 kiss: Make build/pkg directories unique to each kiss invocation. Closes #15 2019-06-18 20:00:03 +03:00
Dylan Araps 98e1a0dfd6 kiss: Silence intentional tar warnings. 2019-06-18 15:09:38 +03:00
Dylan Araps 906b3f5353 kiss: Fixed issue with dependencies not in repository. 2019-06-18 11:53:24 +03:00
black 3f38626e30
Merge pull request #12 from kissx/pkg_conflicts
kiss: Added package conflicts.
2019-06-18 11:47:45 +03:00
Dylan Araps b15b18491c Merge branch 'pkg_conflicts' of github.com:kissx/kiss into pkg_conflicts 2019-06-18 11:40:36 +03:00
Dylan Araps 8de5bd2594 kiss: Simplify manifest find. 2019-06-18 11:38:46 +03:00
black 7158de8b53
Merge branch 'master' into pkg_conflicts 2019-06-18 11:13:15 +03:00
Dylan Araps c08797334f kiss: Fix conflicts 2019-06-18 11:05:15 +03:00
Dylan Araps 560ac9ada1 kiss: Fix pkg_conflicts 2019-06-18 11:01:06 +03:00
Dylan Araps 7aa92c7416 kiss: Remove dependency type from missing output for now. 2019-06-17 21:06:51 +03:00
Dylan Araps 85a7437ced kiss: Fix bug with duplicate dependencies. 2019-06-17 21:05:00 +03:00
Dylan Araps 5bf813f48a kiss: Surpress tar warnings. 2019-06-17 17:50:03 +03:00
Dylan Araps fd6c5c4507 kiss: Fix bug when sources has a blank line. 2019-06-17 17:28:37 +03:00
black 5518845c2d
Merge pull request #13 from konimex/sort
pkg_manifest: sort before writing to manifest file
2019-06-17 16:56:54 +03:00
Muhammad Herdiansyah 3e0e12f95a pkg_manifest: sort before writing to manifest file 2019-06-17 20:25:15 +07:00
black a299db15cc
Merge branch 'master' into pkg_conflicts 2019-06-17 12:20:27 +03:00
Dylan Araps e0add80c9c kiss: clean up 2019-06-17 11:33:52 +03:00
Dylan Araps e73a8b728d kiss: Added package conflicts. 2019-06-17 10:18:36 +03:00
Dylan Araps fa3a8bc65e kiss: Fix script name. 2019-06-17 09:41:31 +03:00
black f246cea5d6
Merge pull request #9 from kissx/pkg_install_fix2
kiss: Fix pkg_install if coreutils is reinstalled.
2019-06-16 20:39:42 +03:00
Dylan Araps ecf553ff91 docs: update 2019-06-16 20:35:39 +03:00
Dylan Araps cbb9409120 docs: update 2019-06-16 19:59:21 +03:00
Dylan Araps 6342f187ce kiss: Removed backed up versions of rm/rmdir 2019-06-16 19:54:30 +03:00
Dylan Araps 8f4faa1707 kiss: Fix pkg_install if coreutils is reinstalled. 2019-06-16 19:50:57 +03:00
Dylan Araps 70d761cbc0 kiss: cleanup 2019-06-16 18:22:57 +03:00
Dylan Araps 6132ccc7af docs: update 2019-06-16 18:17:34 +03:00
Dylan Araps 4d5de02fa3 docs: update 2019-06-16 18:01:54 +03:00
Dylan Araps 8f9405b41c docs: update 2019-06-16 18:01:41 +03:00
Dylan Araps d3634030c0 docs: update 2019-06-16 18:00:15 +03:00
Dylan Araps 4c760b0a0e kiss: Remove dependency on tac 2019-06-16 17:59:09 +03:00
Dylan Araps 9582dfac6b kiss: Remove dependency on diff 2019-06-16 17:50:39 +03:00
Dylan Araps 333b77dfe7 Merge branch 'master' of github.com:kissx/kiss 2019-06-16 17:44:42 +03:00
Dylan Araps fcf3da6102 docs: update 2019-06-16 17:44:10 +03:00
black 14ba8e3941
Merge pull request #7 from kissx/makedepends2
depends: Add make depends.
2019-06-15 12:27:34 +03:00
black a96f8b5230
Merge branch 'master' into makedepends2 2019-06-15 09:23:33 +03:00
Dylan Araps aabaa1aed0 depends: Use continue 2019-06-15 09:22:17 +03:00
Dylan Araps 694e4a6063 depends: Add make depends. 2019-06-15 09:19:20 +03:00
black 9da71c7ae9
Merge pull request #5 from konimex/install
install: add dependency check
2019-06-15 08:52:27 +03:00
Muhammad Herdiansyah ea3d68258b install: add dependency check
In case of a package already exist in $bin_dir if it isn't built in that
system (e.g. by copying the tar file manually from another kiss instance),
don't blindly install it but check if the depends are properly installed.
Otherwise the binaries won't run properly.
2019-06-14 23:47:21 +07:00
Dylan Araps 2fe1b896f9 docs: update 2019-06-14 17:34:39 +03:00
Dylan Araps 27b4037961 kiss: Added more error handling. 2019-06-14 17:34:02 +03:00
Dylan Araps 104ed34bdc docs: Added comments. 2019-06-14 13:38:19 +03:00