[openssl-commits] [web] master update

Rich Salz rsalz at openssl.org
Thu Jan 15 16:19:11 UTC 2015


The branch master has been updated
       via  4114de7dcffc5d142445eb32445437c39d4a8fd3 (commit)
      from  101b64c492129687ffd6e24db2fc25349cee3375 (commit)


- Log -----------------------------------------------------------------
commit 4114de7dcffc5d142445eb32445437c39d4a8fd3
Author: Rich Salz <rsalz at akamai.com>
Date:   Thu Jan 15 11:18:58 2015 -0500

    Add sudo -u www-data on git pull

-----------------------------------------------------------------------

Summary of changes:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index e1adf92..11d90c9 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ relupd:
 	( cd $(SNAP)/.. ; for dir in openssl* ; do \
 		echo Updating $$dir ; cd $$dir ; sudo -u openssl git pull $(QUIET) ; cd .. ; \
 		done )
-	git pull $(QUIET)
+	sudo -u www-data git pull $(QUIET)
 	sudo -u www-data $(MAKE) simple
 
 


More information about the openssl-commits mailing list