summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdb-move5
1 files changed, 0 insertions, 5 deletions
diff --git a/db-move b/db-move
index b057d28..2ac3f4a 100755
--- a/db-move
+++ b/db-move
@@ -79,11 +79,6 @@ for pkgbase in "${args[@]:2}"; do
pkgpath=$(getpkgfile "${ftppath_from}/${tarch}/${pkgname}-${pkgver}-${pkgarch}"${PKGEXT})
pkgfile="${pkgpath##*/}"
- # copy package to pool if needed
- # TODO: can be removed once every package has been moved to the package pool
- if [ ! -f "${FTP_BASE}/${PKGPOOL}/${pkgfile}" ]; then
- cp "${pkgpath}" "${FTP_BASE}/${PKGPOOL}"
- fi
ln -s "../../../${PKGPOOL}/${pkgfile}" "${ftppath_to}/${tarch}/"
if [ -f "${FTP_BASE}/${PKGPOOL}/${pkgfile}.sig" ]; then
ln -s "../../../${PKGPOOL}/${pkgfile}.sig" "${ftppath_to}/${tarch}/"