[Pkg-ruby-extras-maintainers] r478 - in website: . src

Arnaud Cornet nohar-guest at costa.debian.org
Mon Apr 10 10:47:07 UTC 2006


Author: nohar-guest
Date: 2006-04-10 10:47:07 +0000 (Mon, 10 Apr 2006)
New Revision: 478

Modified:
   website/README
   website/src/20.create.en.page
Log:
Update site and README file.

Modified: website/README
===================================================================
--- website/README	2006-04-10 10:08:04 UTC (rev 477)
+++ website/README	2006-04-10 10:47:07 UTC (rev 478)
@@ -7,8 +7,7 @@
 on: http://pkg-ruby-extras.alioth.debian.org/index.html
 
 Every member of the team can update it, writing/adapting content is
-quite simple.  You need to have webgen installed (which is still in the
-NEW queue) though.
+quite simple.  You need to have webgen installed.
 
 -> Get the source using:
 svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/website
@@ -19,8 +18,7 @@
 I've symlinked output/ to my ~/public_html/ for testing.
 
 -> Sync to alioth using:
-webgen && rsync -avP output/ \
-  alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
+webgen && sync-website.sh
 
 Some parts are still missing, I really would appreciate some help
 in completing it.

Modified: website/src/20.create.en.page
===================================================================
--- website/src/20.create.en.page	2006-04-10 10:08:04 UTC (rev 477)
+++ website/src/20.create.en.page	2006-04-10 10:47:07 UTC (rev 478)
@@ -54,4 +54,17 @@
 <pre><code>svn-inject -v -o libfeedparser-ruby_0.1-1.dsc \
        svn+ssh://LOGIN@svn.debian.org/svn/pkg-ruby-extras/packages/</code></pre>
 
-You should not try to import your package manually: this is a difficult process since you'll have to set a subversion property etc.
+You should not try to import your package manually: this handles a lot of small gory details you do not want to know.
+
+This script creates a @branches@ directory in svn that we do not use. You should remove this directory after the svn-inject operation. Get first a fresh copy of the package you just injected in svn, then delete the unneeded @branches@ directory.
+<pre><code>$ cd Debian/packages
+$ svn co svn+ssh://svn.debian.org/svn/pkg-ruby-extras/packages/libfoo-ruby
+[...]
+$ cd libfoo-ruby
+$ svn remove branches
+[...]
+$ svn commit -m "Deleted branches directory."
+</pre></code>
+
+Finally, it's a good idea to add the upstream source in the @pkg-ruby-extras.sources@ file. See "Upstream Sources":ruby-pkg-tools/sources.html.
+




More information about the pkg-ruby-extras-maintainers mailing list