Go to file
2022-07-31 12:06:52 +02:00
.gitignore Add build directory to gitignore 2022-02-15 16:23:59 +01:00
clear-repo.sh Add case for GNU Tar as gtar (OpenBSD) 2022-04-18 13:44:29 +02:00
parser.awk Initial commit for v1 2022-02-13 12:18:26 +01:00
README.md Add TODO item in README 2022-07-01 14:08:06 +02:00
update-repo.sh Move repo files copy after specific kernel building 2022-07-03 11:56:21 +02:00
variables.conf.template Replace bang in variables.conf.template 2022-07-31 12:06:52 +02:00

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)