Changes between Version 3 and Version 4 of CommittersGuide/Distfiles


Ignore:
Timestamp:
Mar 7, 2009, 12:02:00 PM (15 years ago)
Author:
krischik@…
Comment:

echo rm is nice for debug but is not the command needed.

Legend:

Unmodified
Added
Removed
Modified
  • CommittersGuide/Distfiles

    v3 v4  
    3434tar --create --gzip --file="${Port}-r${Version}.tar.gz" "${Port}-r${in_Version}"
    3535svn import -m"Add distfile for ${Port}" "${Port}-r${Version}.tar.gz" "${Repository}/distfiles/${Port}/${Port}-r${Version}.tar.gz"
    36 echo rm --verbose --recursive "${Port}"
     36rm --verbose --recursive "${Port}"
    3737}}}
    3838