launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #06632
[Merge] lp:~allenap/maas/trivial-wrap-man into lp:maas
Gavin Panella has proposed merging lp:~allenap/maas/trivial-wrap-man into lp:maas.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~allenap/maas/trivial-wrap-man/+merge/96618
--
https://code.launchpad.net/~allenap/maas/trivial-wrap-man/+merge/96618
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~allenap/maas/trivial-wrap-man into lp:maas.
=== modified file 'man/maas-import-isos.8'
--- man/maas-import-isos.8 2012-02-29 21:22:49 +0000
+++ man/maas-import-isos.8 2012-03-08 16:50:52 +0000
@@ -3,9 +3,11 @@
\fBmaas\-import\-isos\fP \- sync and import Ubuntu isos into cobbler
.SH DESCRIPTION
-\fBmaas\-import\-isos\fP is a utility useful to automatically download and import Ubuntu ISOs into \fBcobbler\fP(1).
+\fBmaas\-import\-isos\fP is a utility useful to automatically download
+and import Ubuntu ISOs into \fBcobbler\fP(1).
-It reads a configuration file \fI/etc/maas/import_isos\fP in order to determine:
+It reads a configuration file \fI/etc/maas/import_isos\fP in order to
+determine:
- ARCHIVE
- RELEASES
- ARCHES
@@ -15,11 +17,18 @@
- LOCALE
- PRIORITY
-For each release in RELEASES, and each arch in ARCHES, it will use \fBwget\fP(1) to download the Ubuntu mini.iso for each. The mini.iso is used because it is a small download, and the rest of the installation is performed over the network and packages are cached using \fBsquid\fP(8).
-
-A loop \fBmount\fP(8) is performed, and "\fBcobbler\fP(1) import" is then executed with the appropriate parameters, in order to update cobbler's knowledge of its available distributions and releases.
-
-A \fBcron\fP(8) job typically runs this import-and-sync at 4am on Sundays.
+For each release in RELEASES, and each arch in ARCHES, it will use
+\fBwget\fP(1) to download the Ubuntu mini.iso for each. The mini.iso
+is used because it is a small download, and the rest of the
+installation is performed over the network and packages are cached
+using \fBsquid\fP(8).
+
+A loop \fBmount\fP(8) is performed, and "\fBcobbler\fP(1) import" is
+then executed with the appropriate parameters, in order to update
+cobbler's knowledge of its available distributions and releases.
+
+A \fBcron\fP(8) job typically runs this import-and-sync at 4am on
+Sundays.
.SH FILES
\fI/etc/maas/import_isos\fP, \fI/etc/cron.d/maas-import-isos\fP
@@ -34,6 +43,12 @@
.PD
.SH AUTHOR
-This manpage and the utility were written by Dustin Kirkland <kirkland@xxxxxxxxxxxxx> for Ubuntu systems (but may be used by others). Permission is granted to copy, distribute and/or modify this document and the utility under the terms of the GNU General Public License, Version 3 published by the Free Software Foundation.
+This manpage and the utility were written by Dustin Kirkland
+<kirkland@xxxxxxxxxxxxx> for Ubuntu systems (but may be used by
+others). Permission is granted to copy, distribute and/or modify this
+document and the utility under the terms of the GNU General Public
+License, Version 3 published by the Free Software Foundation.
-The complete text of the GNU General Public License can be found in \fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or on the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.
+The complete text of the GNU General Public License can be found in
+\fI/usr/share/common-licenses/GPL\fP on Debian/Ubuntu systems, or on
+the web at \fIhttp://www.gnu.org/licenses/gpl.txt\fP.