Old packages are now removed properly #120

Merged
Jef Roosens merged 3 commits from remove-old-packages into dev 2022-04-09 21:20:55 +02:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 62bee78955 - Show all commits

View file

@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Each package can now only have one version in the repository at once
(required by Pacman)
* Packages with unknown fields in .PKGINFO are now allowed
* Old packages are now properly removed
## [0.1.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0)

View file

@ -12,7 +12,8 @@ mut:
pub:
// Where to store repositories' files
repos_dir string [required]
// Where packages are stored; each repository gets its own subdirectory
// Where packages are stored; each arch-repository gets its own
// subdirectory
pkg_dir string [required]
// The default architecture to use for a repository. Whenever a package of
// arch "any" is added to a repo, it will also be added to this