Branch: refs/heads/master
Author: Frank Lanitz <frank(a)frank.uvena.de>
Committer: Frank Lanitz <frank(a)frank.uvena.de>
Date: Wed, 20 Mar 2013 20:20:35 UTC
Commit: 2cdfeed69e8f7d3ace144df6b3bf2eee00103b93
https://github.com/geany/geany/commit/2cdfeed69e8f7d3ace144df6b3bf2eee00103…
Log Message:
-----------
Adding hint for installation via sudo to documentation
Modified Paths:
--------------
doc/geany.txt
Modified: doc/geany.txt
4 files changed, 4 insertions(+), 0 deletions(-)
===================================================================
@@ -143,6 +143,10 @@ Then as root::
% make install
+Or via sudo::
+
+ % sudo make install
+
Waf based build system
^^^^^^^^^^^^^^^^^^^^^^
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
Branch: refs/heads/master
Author: Enrico Tröger <enrico.troeger(a)uvena.de>
Committer: Enrico Tröger <enrico.troeger(a)uvena.de>
Date: Tue, 19 Mar 2013 13:27:31 UTC
Commit: de03636e5cf83f8dd3de5570d1e1f3ec965ba753
https://github.com/geany/geany/commit/de03636e5cf83f8dd3de5570d1e1f3ec965ba…
Log Message:
-----------
Add a note to update http://download.geany.org/MD5SUMS
Modified Paths:
--------------
doc/making-a-release
Modified: doc/making-a-release
4 files changed, 3 insertions(+), 1 deletions(-)
===================================================================
@@ -3,7 +3,7 @@ For major releases:
* Agree string freeze period for translations.
* Try to synchronize release date with geany-plugins.
-Update NEWS file - ideally each committer should review their changes
+Update NEWS file - ideally each committer should review their changes
and summarize the interesting ones. Use `git log --author='name'`
to filter commits by a particular developer name.
@@ -25,6 +25,8 @@ to home directory and after the upload is finished move them into
/srv/www/download.geany.org/.
Rename LATEST-IS-... to the new version number in
/srv/www/download.geany.org/ and /srv/www/www.geany.org/files.
+Execute (as user geany) /home/geany/md5sums to update
+/srv/www/download.geany.org/MD5SUMS.
Make sure the public part of the GPG key used to sign the archives
can be found on the download page.
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).