archrepo/README.md

20 lines
578 B
Markdown
Raw Permalink Normal View History

2022-02-13 12:11:43 +01:00
# ArchRepo
2022-02-13 15:17:55 +01:00
## Version 1.1
2022-02-13 12:11:43 +01:00
2022-02-13 15:17:55 +01:00
### Version 1
2022-02-13 12:18:26 +01:00
In a nutshell:
* this script is run punctually, on a dedicated Arch VM;
2022-02-14 22:26:48 +01:00
* Process:
2022-02-13 12:18:26 +01:00
* it takes all packages in the repository;
* checks online if a new version is available
* if so build it and then add it to the repository
2022-02-13 15:17:55 +01:00
### Version 1.1
2022-02-14 22:26:48 +01:00
Version 1.1 is an adapted version 1, with remote repository. The idea is to replace NFS by SCP for everything related
2022-02-13 15:17:55 +01:00
with connection to repository.
2022-02-14 22:26:48 +01:00
We also have a specific clearing script, which should run directly on remote server.
2022-02-14 22:26:48 +01:00
#### TODO
2022-07-01 14:08:06 +02:00
* Replace `scp` calls by `sftp` (or `rsync`)