Repos and indexes #1
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: strix/packager#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PKGR is in need of a repo and packages.
because im lazy im going to do it very simply.
repo index file draft (loc:
/var/lib/pkgr/repos/repo_name/index.list
As far as I know this should be enough to atleast have repos.
this does mean we're probably going to add a new file type
.pkgmanifest
, this is a half-ass file because it's only for details.the location of this will be at
/var/lib/pkgr/repos/repo_name/manifests/*.pkgmanifest
this means changing
/pkgr/skel/etc/pkgr.toml
'sstorage.index_dir
tostorage.repo_dir
and using the repo dir for what it is, a repo.pkgr update
will become the index update command andpkgr upgrade
for packages.repo servers would use something like
https://pkgs.saluco.nl/index.list
for the index.https://pkgs.saluco.nl/_/firefox/v1.0/pkg
for the pkgit's just a file server 😉
probably means changing version structure in pkgr....