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

Commit

Permalink
Browse files Browse the repository at this point in the history
Use subdirectory as a source of official archives instead of absolute…
… path
  • Loading branch information
Godin committed Aug 31, 2015
1 parent 18719fa commit 89d2f8a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
downloads/
2 changes: 1 addition & 1 deletion build-deb.sh
Expand Up @@ -15,7 +15,7 @@ VER=$1

echo "Building DEB package"
rm -v deb/*.zip || true
cp /usr/distfiles/sonarqube-${VER}.zip deb/
cp downloads/sonarqube-${VER}.zip deb/
cd deb/
./build.sh ${VER}
cd ..
Expand Down
2 changes: 1 addition & 1 deletion build-rpm.sh
Expand Up @@ -14,7 +14,7 @@ VER=$1

echo "Building RPM package"
rm -v rpm/SOURCES/*.zip || true
cp -v /usr/distfiles/sonarqube-${VER}.zip rpm/SOURCES/
cp -v downloads/sonarqube-${VER}.zip rpm/SOURCES/
rpm/build.sh ${VER}

echo "Building RPM repository"
Expand Down

0 comments on commit 89d2f8a

Please sign in to comment.