mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
feat: archive git repository (experimental)
See doc/git-archive.md for general Git archive specifications See doc/repos/metadata-repo.md for info and direction related to the new Git metadata archive
This commit is contained in:
parent
ec3152014b
commit
30e72d2db5
34 changed files with 1104 additions and 50 deletions
15
doc/repos/pkgbases-repo.md
Normal file
15
doc/repos/pkgbases-repo.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# Repository: pkgbases-repo
|
||||
|
||||
## Overview
|
||||
|
||||
- `pkgbase.json` contains a list of package base names
|
||||
|
||||
## File Layout
|
||||
|
||||
### pkgbase.json:
|
||||
|
||||
[
|
||||
"pkgbase1",
|
||||
"pkgbase2",
|
||||
...
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue