summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/generators/packages.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/server/plugins/generators/packages.txt b/doc/server/plugins/generators/packages.txt
index 67c6ac119..75349b3a3 100644
--- a/doc/server/plugins/generators/packages.txt
+++ b/doc/server/plugins/generators/packages.txt
@@ -147,7 +147,7 @@ Yum sources can be similarly specified:
</YUMSource>
</Sources>
-.. note:: There is also a RawURL syntax for specifying sources that
+.. note:: There is also a RawURL syntax for specifying APT or YUM sources that
don't follow the conventional layout:
.. code-block:: xml
@@ -171,6 +171,20 @@ Yum sources can be similarly specified:
</YUMSource>
</Sources>
+ .. code-block:: xml
+
+ <Sources>
+ <APTSource>
+ <Group>ubuntu-lucid</Group>
+ <RawURL>http://hudson-ci.org/debian/binary</RawURL>
+ <Arch>amd64</Arch>
+ </APTSource>
+ <APTSource>
+ <Group>ubuntu-lucid</Group>
+ <RawURL>http://hudson-ci.org/debian/binary</RawURL>
+ <Arch>i386</Arch>
+ </APTSource>
+ </Sources>
Configuration Updates
=====================