From d84c4ca6a15a7b1fd716ed23ad184525f805df6e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Jun 2017 15:16:00 +0200 Subject: also update $repo.files.tar.gz --- bin/db-update | 2 ++ bin/return-assignment | 2 ++ 2 files changed, 4 insertions(+) (limited to 'bin') diff --git a/bin/db-update b/bin/db-update index e52c406..2d72456 100755 --- a/bin/db-update +++ b/bin/db-update @@ -143,6 +143,7 @@ move_packages() { ${master_mirror_command} \ "${master_mirror_directory}/i686/${repo}/${repo}.db."* \ + "${master_mirror_directory}/i686/${repo}/${repo}.files."* \ "${tmp_dir}/${repo}/" # add and remove the packages locally @@ -197,6 +198,7 @@ move_packages() { ${master_mirror_command} \ "${tmp_dir}/${repo}/${repo}.db."* \ + "${tmp_dir}/${repo}/${repo}.files."* \ "${master_mirror_directory}/i686/${repo}/" done < \ diff --git a/bin/return-assignment b/bin/return-assignment index 4e1b8e7..9d89843 100755 --- a/bin/return-assignment +++ b/bin/return-assignment @@ -163,12 +163,14 @@ destination="$(official_or_community "$1.$2.$3.$4")staging" ${master_mirror_command} \ "${master_mirror_directory}/i686/${destination}/${destination}.db."* \ + "${master_mirror_directory}/i686/${destination}/${destination}.files."* \ . repo-add "${destination}.db.tar.gz" ${packages} # repo-add -v -s -k "${repo_key}" "${destination}.db.tar.gz" ${packages} ${master_mirror_command} \ "${destination}.db."* \ + "${destination}.files."* \ ./*".pkg.tar.xz" \ ./*".pkg.tar.xz.sig" \ "${master_mirror_directory}/i686/${destination}/" -- cgit v1.2.3-54-g00ecf