eobuilder: don't modify git changelog

This commit is contained in:
Jérôme Schneider 2014-01-10 11:37:28 +01:00
parent cb7ebe0287
commit 44a4a78e31
1 changed files with 1 additions and 6 deletions

View File

@ -255,12 +255,6 @@ for DIST in $DISTS; do
cat debian/changelog >> debian/new_changelog
mv debian/new_changelog debian/changelog
echo "+ Commit changelog"
cd $GIT_PROJECT_PATH
git checkout $DEBIAN_BRANCH
cp $BUILD_DIR/$PROJECT_NAME-$PROJECT_VERSION/debian/changelog debian/
git commit debian/changelog --untracked-files=no -m 'Automatic: new debian package'
for ARCH in $ARCHS; do
PBUILDER_PROJECT_RESULT="${PBUILDER_RESULT}/${DIST}-${ARCH}/"
if [ ! -d $PBUILDER_PROJECT_RESULT ]; then
@ -300,3 +294,4 @@ for DIST in $DISTS; do
touch $GIT_PATH/${PROJECT_NAME}_${PACKAGE_VERSION}_${DIST}.build
done