# ArchRepo ## Version 1.1 ### Version 1 In a nutshell: * this script is run punctually, on a dedicated Arch VM; * 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 SCP for everything related with connection to repository. We also have a specific clearing script, which should run directly on remote server. #### TODO * Replace `scp` calls by `sftp` (or `rsync`)