diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:02:50 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2012-06-10 12:02:50 +0200 |
commit | fe19d9cff1cb41ed8456e4cce7be474599cbf503 (patch) | |
tree | d268d843b025fe909b78c0ad233fad3df3593e90 /db-move | |
parent | c639ae7d7a9fa5544d495e0b4d4f3b49611a7af9 (diff) | |
download | dbscripts-fe19d9cff1cb41ed8456e4cce7be474599cbf503.tar.gz dbscripts-fe19d9cff1cb41ed8456e4cce7be474599cbf503.tar.xz |
Remove support for packages that are not in the package pool
Diffstat (limited to 'db-move')
-rwxr-xr-x | db-move | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -98,11 +98,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}/ |