[Pkg-ruby-extras-maintainers] r168 - in website: . src
Esteban Manchado Velázquez
zoso at costa.debian.org
Sat Dec 3 23:36:57 UTC 2005
Author: zoso
Date: 2005-12-03 23:36:56 +0000 (Sat, 03 Dec 2005)
New Revision: 168
Added:
website/sync-website.sh
Modified:
website/src/20.create.en.page
Log:
- Added tiny shell script to synchronize the website
- Split the svn-inject example in two lines, in "How to create a Debian/Ruby
package?", to avoid having it truncated
Modified: website/src/20.create.en.page
===================================================================
--- website/src/20.create.en.page 2005-12-03 23:26:11 UTC (rev 167)
+++ website/src/20.create.en.page 2005-12-03 23:36:56 UTC (rev 168)
@@ -49,6 +49,7 @@
</code></pre>
Then just do :
-<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>
+<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.
Added: website/sync-website.sh
===================================================================
--- website/sync-website.sh 2005-12-03 23:26:11 UTC (rev 167)
+++ website/sync-website.sh 2005-12-03 23:36:56 UTC (rev 168)
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+LC_ALL= webgen && rsync -avP output/ \
+ alioth.debian.org:/var/lib/gforge/chroot/home/groups/pkg-ruby-extras/htdocs/
Property changes on: website/sync-website.sh
___________________________________________________________________
Name: svn:executable
+ *
More information about the pkg-ruby-extras-maintainers
mailing list