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:
Kevin Morris 2022-09-24 16:51:25 +00:00
parent ec3152014b
commit 30e72d2db5
34 changed files with 1104 additions and 50 deletions

14
doc/specs/metadata.md Normal file
View file

@ -0,0 +1,14 @@
# Git Archive Spec: metadata
## Configuration
- `[git-archive]`
- `metadata-repo`
- Path to package metadata git repository location
## Repositories
For documentation on each one of these repositories, follow their link,
which brings you to a topical markdown for that repository.
- [metadata-repo](doc/repos/metadata-repo.md)

14
doc/specs/pkgbases.md Normal file
View file

@ -0,0 +1,14 @@
# Git Archive Spec: pkgbases
## Configuration
- `[git-archive]`
- `pkgbases-repo`
- Path to pkgbases git repository location
## Repositories
For documentation on each one of these repositories, follow their link,
which brings you to a topical markdown for that repository.
- [pkgbases-repo](doc/repos/pkgbases-repo.md)

14
doc/specs/pkgnames.md Normal file
View file

@ -0,0 +1,14 @@
# Git Archive Spec: pkgnames
## Configuration
- `[git-archive]`
- `pkgnames-repo`
- Path to pkgnames git repository location
## Repositories
For documentation on each one of these repositories, follow their link,
which brings you to a topical markdown for that repository.
- [pkgnames-repo](doc/repos/pkgnames-repo.md)

14
doc/specs/popularity.md Normal file
View file

@ -0,0 +1,14 @@
# Git Archive Spec: popularity
## Configuration
- `[git-archive]`
- `popularity-repo`
- Path to popularity git repository location
## Repositories
For documentation on each one of these repositories, follow their link,
which brings you to a topical markdown for that repository.
- [popularity-repo](doc/repos/popularity-repo.md)

14
doc/specs/users.md Normal file
View file

@ -0,0 +1,14 @@
# Git Archive Spec: users
## Configuration
- `[git-archive]`
- `users-repo`
- Path to users git repository location
## Repositories
For documentation on each one of these repositories, follow their link,
which brings you to a topical markdown for that repository.
- [users-repo](doc/repos/users-repo.md)