[openssl-commits] [web] master update
Rich Salz
rsalz at openssl.org
Thu Jan 8 17:16:32 UTC 2015
The branch master has been updated
via 680f5d8250c435f89bb473cfcab802dd5644269d (commit)
from 90c9a7f255d693c0d8489dff0cec443b1fcc229c (commit)
- Log -----------------------------------------------------------------
commit 680f5d8250c435f89bb473cfcab802dd5644269d
Author: Rich Salz <rsalz at akamai.com>
Date: Thu Jan 8 12:16:20 2015 -0500
Add sudo to get permissions right.
-----------------------------------------------------------------------
Summary of changes:
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index f054394..e1adf92 100644
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,9 @@ generated:
# Update release notes (and other items, but relnotes is the use-case)
relupd:
( cd $(SNAP)/.. ; for dir in openssl* ; do \
- echo Updating $$dir ; cd $$dir ; git pull $(QUIET) ; cd .. ; \
+ echo Updating $$dir ; cd $$dir ; sudo -u openssl git pull $(QUIET) ; cd .. ; \
done )
git pull $(QUIET)
- $(MAKE) simple
+ sudo -u www-data $(MAKE) simple
More information about the openssl-commits
mailing list