[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ftp-team/dak][master] One should use the SOURCE/DEST one allows to have, tssk.



Title: GitLab

Joerg Jaspert pushed to branch master at Debian FTP Team / dak

Commits:

  • 1a408847
    by Joerg Jaspert at 2023-04-10T23:12:26+02:00
    One should use the SOURCE/DEST one allows to have, tssk.
    

1 changed file:

Changes:

  • scripts/debian/copy_installer
    ... ... @@ -41,7 +41,7 @@ cd ${masterdir}
    41 41
     
    
    42 42
     if [[ -d ${ftpdir}/dists/${SOURCE}/main/installer-amd64/${VERSION} ]]; then
    
    43 43
         echo "Copying installer version ${VERSION} from ${SOURCE} to ${DEST}"
    
    44
    -    dak copy-installer ${VERSION}
    
    44
    +    dak copy-installer -s ${SOURCE} -d ${DEST} ${VERSION}
    
    45 45
     else
    
    46 46
         echo "Couldn't see installer version ${VERSION} in ${SOURCE}s dir, not doing anything"
    
    47 47
         exit 1
    


  • Reply to: