# HG changeset patch # User Oleksandr Gavenko # Date 1342162702 -10800 # Node ID acd65d2fff848c740f24978d01133c6e21e66670 # Parent a244e0f5409a0a938bbd08e339d694db3dba8714 Ignore error code 1 to prevent build from fail as it mark "good" behaviour. diff -r a244e0f5409a -r acd65d2fff84 Makefile --- a/Makefile Fri Jul 13 00:12:49 2012 +0300 +++ b/Makefile Fri Jul 13 09:58:22 2012 +0300 @@ -187,7 +187,7 @@ .PHONY: deploy2sf-src deploy2sf-src: - hg push ssh://$(SF_USER)@hg.code.sf.net/p/$(pkgname)/code + hg push ssh://$(SF_USER)@hg.code.sf.net/p/$(pkgname)/code || [ $$? = 1 ] .PHONY: deploy-check deploy-check: