From 1896e9b9e11cdb70094d79ba369ca3f3b3d0d969 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 26 Sep 2015 19:05:45 -0500 Subject: Minor fix to db-sync-arm --- db-sync-arm | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/db-sync-arm b/db-sync-arm index 3b1e3df..0c28a37 100755 --- a/db-sync-arm +++ b/db-sync-arm @@ -175,16 +175,10 @@ init() { > "/tmp/${_repo}-any.pkgwhitelist" while read _pkgfile; do - # Symlink to package + # Symlink to package and signature if [ -f "${FTP_BASE}/${pkgpool}/${_pkgfile}" ]; then ln -sf "../../../${pkgpool}/${_pkgfile}" \ - "${FTP_BASE}/${_repo}/os/${_arch}" - fi - - # Symlink to signature - if [ -f "${FTP_BASE}/${pkgpool}/${_pkgfile}.sig" ]; then - ln -sf "../../../${pkgpool}/${_pkgfile}.sig" \ - "${FTP_BASE}/${_repo}/os/${_arch}/${_pkgfile}.sig" + "${FTP_BASE}/${_repo}/os/${_arch}/${_pkgfile}" fi done < "/tmp/${_repo}-any.pkgwhitelist" done -- cgit v1.2.3