diff options
author | 2008-07-16 21:11:32 +0000 | |
---|---|---|
committer | 2008-07-16 21:11:32 +0000 | |
commit | e3efc2fa0a8cda9af68866ba484a724b25eec343 (patch) | |
tree | 7dc6df54bae965f2103aeb928057e097123f524a /mkrelease.sh | |
parent | Avoid raising an IndexError from deprecated_profile_check() if the deprecated (diff) | |
download | portage-multirepo-e3efc2fa0a8cda9af68866ba484a724b25eec343.tar.gz portage-multirepo-e3efc2fa0a8cda9af68866ba484a724b25eec343.tar.bz2 portage-multirepo-e3efc2fa0a8cda9af68866ba484a724b25eec343.zip |
Remove TODO since it no longer exists.
svn path=/main/trunk/; revision=11089
Diffstat (limited to 'mkrelease.sh')
-rwxr-xr-x | mkrelease.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkrelease.sh b/mkrelease.sh index d04c0e5f..94cdf9cc 100755 --- a/mkrelease.sh +++ b/mkrelease.sh @@ -57,7 +57,8 @@ svn2cl -o "${SOURCE_DIR}/ChangeLog" "${SVN_LOCATION}" || die "ChangeLog creation echo ">>> Building release tree" cp -a "${SOURCE_DIR}/"{bin,cnf,doc,man,pym,src} "${RELEASE_DIR}/" || die "directory copy failed" -cp "${SOURCE_DIR}/"{ChangeLog,DEVELOPING,NEWS,RELEASE-NOTES,TEST-NOTES,TODO} "${RELEASE_DIR}/" || die "file copy failed" +cp "${SOURCE_DIR}/"{ChangeLog,DEVELOPING,NEWS,RELEASE-NOTES,TEST-NOTES} \ + "${RELEASE_DIR}/" || die "file copy failed" cd "${RELEASE_BUILDDIR}" |