Revision: 150
http://svn.sv.gnu.org/viewvc/?view=rev&root=administration&revision=150
Author: agn
Date: 2015-03-12 17:22:11 +0000 (Thu, 12 Mar 2015)
Log Message:
-----------
SavannahHackingIdeas: two more items
Modified Paths:
--------------
trunk/sviki/SavannahHackingIdeas.mdwn
Modified: trunk/sviki/SavannahHackingIdeas.mdwn
===================================================================
--- trunk/sviki/SavannahHackingIdeas.mdwn 2015-03-12 06:01:59 UTC (rev
149)
+++ trunk/sviki/SavannahHackingIdeas.mdwn 2015-03-12 17:22:11 UTC (rev
150)
@@ -88,3 +88,8 @@
15. Provide source-code browsing interface, integrate with GNU projects
(using [GNU Global](http://www.gnu.org/software/global/) or
[OpenGrok](http://opengrok.github.io/OpenGrok/) or other).
+16. backend project management (e.g. creating new git repositories) is
+ orchestrated by cronjobs periodically querying for database updates
+ (see [[SavannahInternals]]). Explore other methods (e.g. queues?).
+17. Create development/testing envrionments replicating the production one,
+ enabling faster developments (perhaps access to non-administrators).