1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-12-21 22:50:07 -07:00
Go to file
Ethan 2feaf95261 preserve installed file timestamps throughout kiss
install_files(): preserve the timestamps

This patch fixes packages which rely on using the timestamp of their
installed files to determine "newness", where if a file is newer, they
will automatically recompile it. This patch prevents those recompilations,
since the timestamps are now at their expected value. We only run `touch`
on non-symlink files, since if we run touch on symlinks, we can run into
file resolution errors, which will abort the installation of packages and
result in a dirty filesystem.

pkg_swap(): also preserve timestamps
2024-12-16 01:25:49 +00:00
.github github: issue template 2021-07-24 23:28:52 +03:00
contrib kiss-outdated: update some remote names 2024-04-17 23:52:13 +01:00
.woodpecker.yml .woodpecker.yml: add event filter 2024-10-25 00:33:49 +01:00
kiss preserve installed file timestamps throughout kiss 2024-12-16 01:25:49 +00:00
LICENSE
README Update README 2024-05-03 14:01:46 +01:00

|/
|\ISS LINUX                                          https://kisslinux.github.io
________________________________________________________________________________


Package Manager
________________________________________________________________________________

KISS' tiny package manager.

Documentation:

- https://kisslinux.github.io/package-manager
- https://kisslinux.github.io/package-system