pwFoo
pwFoo
World file ist just a Line based list of installed packages like ``` busybox ca-certificates [...] ``` With the list of package names IT should be easy to implement an...
you mean `./gpm/world` file as local git repo with tags? I just used simple git clone / push before ... Would that exampe do what you are thinking of? 1....
Good Idea! `--commit` could bei generated something like `/`? So it should be possible new features update, revert / downgrade and uninstall? But disk space may bei increase dependent on...
Commit message could bei optional User Provider or generated by package name + version (+ date / time)? Would bei easy to search / find? Local package (contents / tar.gz)...
Yes, list should be `tar tzf `.
With package list (world file) and File list (of all installed packages) and currently installed versions some cool features could bei possible. - check file conflicts of packages (if same...
@promethe42 I started to build a custom fun linux based on busybox, rustysd, crun and gpm. Build is based on linuxkit. https://github.com/dengleros/dosctl/blob/master/README.md
Idea behind a custom extension was easier separation of gpm packages from tar.gz archives. So I could add some sources including tar.gz files to gpm repository without matching git-lfs track...
It would be just a nice to have! Not a must have to me... Optional `gpm.tar.gz` would be fine too.
gpgme-dev is installed: ```` /go/src/minict # cat /etc/apk/world alpine-baselayout alpine-keys apk-tools build-base busybox ca-certificates git gpgme-dev libc-utils ``` Haven't found the link again... That pointed to a problem with glibc...