Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Mar 26, 2016
1 parent 8ba6563 commit c084aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ver=$1
perl -pi -e "s/Version: .*/Version: ${ver}/" packaging/mdah/deb-src/DEBIAN/control
perl -pi -e "s/^RUN wget.*/RUN wget http:\/\/www.e-nef.com\/domoticz\/mdah\/node-mydomoathome-${ver}.deb/" Dockerfile
perl -pi -e "s/RUN dpkg -i node-mydomoathome.*/RUN dpkg -i node-mydomoathome-${ver}.deb/" Dockerfile
git commit -a
npm version $1
./git-release.sh $1
git commit -a
git push origin --tags
git push
cd ./packaging/mdah/ && sudo bash ./redeb.sh
Expand Down

0 comments on commit c084aaa

Please sign in to comment.