This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Official repo DB scripts". The branch, master has been updated via f11a038c43270a70eafdba34ff33e134b6726a04 (commit) via 490b2d11c87580eb3a954f655911074dca87029d (commit) from 549fe0017f44031b24fb5322726721b95cca395b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit f11a038c43270a70eafdba34ff33e134b6726a04 Author: Eli Schwartz <eschwartz@archlinux.org> Date: Thu Nov 22 15:44:42 2018 -0500 Add reproducible archive of packages. Whenever adding new package files to the pool of distributed packages, copy the file into a longterm archive. This is the first step to merging the functionality of archivetools, as this implements the shared pool while also guaranteeing that all packages are archived at the time of entry rather than once per day if they still exist. commit 490b2d11c87580eb3a954f655911074dca87029d Author: Eli Schwartz <eschwartz@archlinux.org> Date: Thu Nov 22 21:46:38 2018 -0500 tests: make dummy archive copies of all packages in the test environment Prerequisite for reproducible archives of packages. ----------------------------------------------------------------------- Summary of changes: config | 2 ++ db-archive | 21 +++++++++++++++++++++ db-functions | 39 +++++++++++++++++++++++++++++++-------- db-update | 5 +++++ test/cases/db-update.bats | 6 ++++++ test/lib/common.bash | 10 ++++++++++ 6 files changed, 75 insertions(+), 8 deletions(-) create mode 100755 db-archive hooks/post-receive -- Official repo DB scripts