Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
Fix tarball name
Browse files Browse the repository at this point in the history
  • Loading branch information
viglesiasce committed Feb 22, 2014
1 parent 3c84400 commit cd80fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-rpm.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function insert_global()


mkdir -p build/{BUILD,BUILDROOT,SRPMS,RPMS,SOURCES,SPECS} mkdir -p build/{BUILD,BUILDROOT,SRPMS,RPMS,SOURCES,SPECS}


TARBALL_NAME=eucalyptus-imaging-worker-$BUILD_VERSION TARBALL_NAME=imaging-worker-$BUILD_VERSION


cp *.spec build/SPECS cp *.spec build/SPECS
git archive --format=tar --prefix=$TARBALL_NAME/ HEAD | gzip > build/SOURCES/$TARBALL_NAME.tar.gz git archive --format=tar --prefix=$TARBALL_NAME/ HEAD | gzip > build/SOURCES/$TARBALL_NAME.tar.gz
Expand Down

0 comments on commit cd80fbf

Please sign in to comment.