forked from vieter-v/vieter
Updated changelog
parent
a65207f961
commit
62bee78955
|
@ -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
|
* Each package can now only have one version in the repository at once
|
||||||
(required by Pacman)
|
(required by Pacman)
|
||||||
* Packages with unknown fields in .PKGINFO are now allowed
|
* 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)
|
## [0.1.0](https://git.rustybever.be/Chewing_Bever/vieter/src/tag/0.1.0)
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,8 @@ mut:
|
||||||
pub:
|
pub:
|
||||||
// Where to store repositories' files
|
// Where to store repositories' files
|
||||||
repos_dir string [required]
|
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]
|
pkg_dir string [required]
|
||||||
// The default architecture to use for a repository. Whenever a package of
|
// 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
|
// arch "any" is added to a repo, it will also be added to this
|
||||||
|
|
Loading…
Reference in New Issue