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…
	
	Add table
		Add a link
		
	
		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.listAs 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/*.pkgmanifestthis means changing
/pkgr/skel/etc/pkgr.toml'sstorage.index_dirtostorage.repo_dirand using the repo dir for what it is, a repo.pkgr updatewill become the index update command andpkgr upgradefor packages.repo servers would use something like
https://pkgs.saluco.nl/index.listfor the index.https://pkgs.saluco.nl/_/firefox/v1.0/pkgfor the pkgit's just a file server 😉
probably means changing version structure in pkgr....