diff --git a/debian/Makefile b/debian/Makefile index 4fc4cd6..d4c6a62 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -40,6 +40,6 @@ copy: ssh $(REPO_HOST) -- $(REPO_PATH)scan.sh "$(REPO_PATH)$(NAME)_$${VERSION}-$${RELEASE}.deb"; deploy: - ansible $(REPO_HOST) -s -m apt -a "name=sour.is-paste update_cache=yes state=latest" + ansible $(REPO_HOST) -b -m apt -a "name=sour.is-paste update_cache=yes state=latest" -.PHONY: clean release build copy # deploy \ No newline at end of file +.PHONY: clean release build copy # deploy diff --git a/debian/RELEASE b/debian/RELEASE index b4de394..48082f7 100644 --- a/debian/RELEASE +++ b/debian/RELEASE @@ -1 +1 @@ -11 +12