Skip to content
This repository has been archived by the owner on Sep 12, 2020. It is now read-only.

Commit

Permalink
Was missing the archive by a word
Browse files Browse the repository at this point in the history
  • Loading branch information
TheJokersThief committed Jun 10, 2018
1 parent 90b83d8 commit f754d27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PACKAGE_NAME=netsocadmin
package_branch=$(shell echo -n ${DRONE_BRANCH} | tr -c '[:alnum:]-' '-')
package_version=${DRONE_BUILD_NUMBER}+${package_branch}
url_package_version=$(shell echo -n ${package_version} | sed "s/+/%2B/g")
DEB_BASENAME=${PACKAGE_NAME}_${package_version}_all
DEB_BASENAME=${PACKAGE_NAME}_${package_version}

help:
@echo "clean - remove all build, test, coverage and Python artifacts"
Expand Down Expand Up @@ -52,7 +52,7 @@ release: clean
--distribution unstable \
"Netsoc Admin package"
dpkg-buildpackage -uc -us
sudo alien -t -c ../${DEB_BASENAME}.deb
sudo alien -t -c ../${DEB_BASENAME}_all.deb
cp ../${DEB_BASENAME}* ${ARTIFACTS}

dist: clean
Expand Down

0 comments on commit f754d27

Please sign in to comment.