diff options
author | 2011-04-06 15:26:05 +0200 | |
---|---|---|
committer | 2011-04-06 15:26:05 +0200 | |
commit | 4c6b9dc609751ca5d6c8a7bd8a225a654e089531 (patch) | |
tree | 0dc210e3856410056ad86dce77e9c4ae84286bc8 /Documentation/maintainers | |
parent | [eclass] Add linguas exception for kdepim-l10n (diff) | |
download | kde-4c6b9dc609751ca5d6c8a7bd8a225a654e089531.tar.gz kde-4c6b9dc609751ca5d6c8a7bd8a225a654e089531.tar.bz2 kde-4c6b9dc609751ca5d6c8a7bd8a225a654e089531.zip |
Drop KDE SC 4.6.2 it is in main tree.
Diffstat (limited to 'Documentation/maintainers')
-rwxr-xr-x | Documentation/maintainers/bump_new_revision.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/maintainers/bump_new_revision.sh b/Documentation/maintainers/bump_new_revision.sh index 1af095e1b3..b5ffad098a 100755 --- a/Documentation/maintainers/bump_new_revision.sh +++ b/Documentation/maintainers/bump_new_revision.sh @@ -147,7 +147,7 @@ help() { _cvsupdate() { pushd "${1}" &> /dev/null - cvs up + #cvs up popd &> /dev/null } _addcvsfile() { @@ -331,7 +331,7 @@ case ${OPERATION} in # cvs up whole tree, then kde-base # then start going per each dir # cvs up, move the ebuild, its patches if needed, run echangelog, run keywords check, manifest - _cvsupdate "${MAINTREE}" + #_cvsupdate "${MAINTREE}" find ./kde-base/ -mindepth 1 -maxdepth 1 -type d |sed -e "s:./::" | sort |while read dir; do # we also have to check if directory contains our version if not, we dont copy it pushd "${OVERLAY}/${dir}" &> /dev/null |