mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-04 10:25:25 +01:00
Add a bit more docs for creating a mirror
This commit is contained in:
parent
9d7835e234
commit
19c83b80da
1 changed files with 13 additions and 1 deletions
14
DEVEL.md
14
DEVEL.md
|
|
@ -110,5 +110,17 @@ snapshot, generated with `git archive`. See `mirror.sh` for more detailed rules.
|
||||||
|
|
||||||
Some specific helpful things:
|
Some specific helpful things:
|
||||||
- prefer `.tar.gz`
|
- prefer `.tar.gz`
|
||||||
- For GitHub, all snpashots are generated with long commit IDs, so use long
|
- For GitHub, all snapshots are generated with long commit IDs, so use long
|
||||||
commit IDs.
|
commit IDs.
|
||||||
|
|
||||||
|
## Running a mirror
|
||||||
|
|
||||||
|
There are 3 things you need to run a mirror;
|
||||||
|
|
||||||
|
1. A tool to perform the mirroring (e.g. `mirror.sh` in this repository); we
|
||||||
|
encourage diversity in this area.
|
||||||
|
2. A server on which to host the mirror; this should have HTTP support, and
|
||||||
|
optionally HTTPS. It is of greatly diminished utility if it does not support
|
||||||
|
plain HTTP.
|
||||||
|
3. Automatic updates. This should involve updating the Git repository and
|
||||||
|
updating the mirror as required.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue