[sapwood] update the development instructions



commit e2170bde51ef4f889ec9bd265c1cb69ce1f8341b
Author: Sven Herzberg <herzi gnome-de org>
Date:   Mon Aug 2 13:08:02 2010 +0200

    update the development instructions
    
    * HACKING: update the development instructions

 HACKING |   18 +++++++-----------
 1 files changed, 7 insertions(+), 11 deletions(-)
---
diff --git a/HACKING b/HACKING
index 7289b50..86737cf 100644
--- a/HACKING
+++ b/HACKING
@@ -1,6 +1,6 @@
-Subversion
+Repository
 ==========
- svn co https://stage.maemo.org/svn/maemo/projects/haf/trunk/sapwood
+ git clone git://git.gnome.org/sapwood
  cd sapwood
  ./autogen.sh
  make
@@ -10,14 +10,14 @@ Subversion
 
 Bugs
 ====
-Please report bugs to maemo.org bugzilla:
-https://maemo.org/bugzilla/enter_bug.cgi?product=haf&component=sapwood
+Please report bugs to GNOME's bugzilla:
+https://bugs.gnome.org/enter_bug.cgi?product=sapwood
 
 
 Patches
 =======
-Please send patches to maemo.org bugzilla:
-https://maemo.org/bugzilla/enter_bug.cgi?product=haf&component=sapwood
+Please send patches to GNOME's bugzilla:
+https://bugs.gnome.org/enter_bug.cgi?product=sapwood
 
 To make patch review process as smooth as possible, please follow the
 following guidelines. It'll help avoid unnecessary roundtrips.
@@ -26,12 +26,8 @@ following guidelines. It'll help avoid unnecessary roundtrips.
 * Prepare patches with equivalent of 'diff -up' preferrably against the
   latest trunk, for example:
 
-   svn diff -x -up
+   git diff
 
-  http://www.xenomai.org/index.php/Teaching_-p_to_svn_diff
-
-* Prepare a ChangeLog entry for every change. Include all modified files,
-  functions, variables, structs, etc. in the ChangeLog entry.
 * Attach the patch in bugzilla and include the ChangeLog entry as attachment
   comment.
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]