Functional version 1.1

This commit is contained in:
2022-02-14 22:26:48 +01:00
parent dfd59d987e
commit 8a64dc90c5
4 changed files with 37 additions and 26 deletions

View File

@ -4,11 +4,14 @@
### Version 1
In a nutshell:
* this script is run punctually, on a dedicated Arch VM;
* Proces:
* Process:
* 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
### Version 1.1
Version 1.1 is an adapted version 1, with remote repository. The idea is to replace NFS by FTP for everything related
Version 1.1 is an adapted version 1, with remote repository. The idea is to replace NFS by SCP for everything related
with connection to repository.
#### TODO
* clear function is not implemented yet