summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Tarkovsky <alextarkovsky@gmail.org>2006-08-31 17:07:59 +0000
committerAlex Tarkovsky <alextarkovsky@gmail.org>2006-08-31 17:07:59 +0000
commitf6bc1f5c2e2f925b1d3babf8feb0e5d5331ed070 (patch)
treec2813c03886486cc35ba384b96c1512b0b7a85e7
parentapp-portage/overlay-utils: New digest for fixed tarball (diff)
downloadsunrise-f6bc1f5c2e2f925b1d3babf8feb0e5d5331ed070.tar.gz
sunrise-f6bc1f5c2e2f925b1d3babf8feb0e5d5331ed070.tar.bz2
sunrise-f6bc1f5c2e2f925b1d3babf8feb0e5d5331ed070.zip
scripts/sunrise-commit: Updated for inclusion in the new app-portage/overlay-utils ebuild; this version will not function without overlay-utils installed
svn path=/sunrise/; revision=1072
-rwxr-xr-xscripts/sunrise-commit5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/sunrise-commit b/scripts/sunrise-commit
index c64a5b5ef..3fa2b510d 100755
--- a/scripts/sunrise-commit
+++ b/scripts/sunrise-commit
@@ -64,8 +64,9 @@ changelog_append() {
esac
fi
ebegin "Appending/creating ChangeLog"
- [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog"
- $ec "$*"
+ # [ -e $(dirname $0)/echangelog ] && ec="$(dirname $0)/echangelog" || ec="echangelog"
+ # $ec "$*"
+ echangelog-tng "$*"
eend $?
fi
}