diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 19:41:38 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-18 19:47:16 -0400 |
commit | f4daa699ddc1adda97fc76e5f42000c9e631a7a0 (patch) | |
tree | 0d7e6bce4b38960701e5800e5ea4fb8639bed3ab | |
parent | 3c2585392d46a3726d25696882d09ec0bf11d1f5 (diff) |
db-move: Remove code to handle the pre-pkgpool days.
-rwxr-xr-x | db-move | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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}/" |