[Pytest-commit] commit/pytest: hpk42: change "install" targets to use pytest-dev user so that Brianna, Ronny, me

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Mon Feb 23 16:15:28 CET 2015


1 new commit in pytest:

https://bitbucket.org/hpk42/pytest/commits/6104c7ea0dcc/
Changeset:   6104c7ea0dcc
User:        hpk42
Date:        2015-02-23 15:14:54+00:00
Summary:     change "install" targets to use pytest-dev user so that Brianna, Ronny, me
and others can push to pytest.org
Affected #:  1 file

diff -r 4e32db33cb496587858c04818c48adc1112d86d8 -r 6104c7ea0dccd13b892fa021a2fc989f60a8ff59 doc/en/Makefile
--- a/doc/en/Makefile
+++ b/doc/en/Makefile
@@ -12,7 +12,6 @@
 PAPEROPT_letter = -D latex_paper_size=letter
 ALLSPHINXOPTS   = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
 
-SITETARGET=latest
 
 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest
 
@@ -43,11 +42,15 @@
 clean:
 	-rm -rf $(BUILDDIR)/*
 
+SITETARGET=dev
+
 install: html
-	 rsync -avz _build/html/ pytest.org:/www/pytest.org/$(SITETARGET)
+	 # for access talk to someone with login rights to
+	 # pytest-dev at pytest.org to add your ssh key
+	 rsync -avz _build/html/ pytest-dev at pytest.org:/www/pytest.org/$(SITETARGET)
 
 installpdf: latexpdf
-	@scp $(BUILDDIR)/latex/pytest.pdf pytest.org:/www/pytest.org/$(SITETARGET)
+	@scp $(BUILDDIR)/latex/pytest.pdf pytest-dev at pytest.org:/www/pytest.org/$(SITETARGET)
 
 installall: clean install installpdf
 	@echo "done"

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.


More information about the pytest-commit mailing list