|
49.
|
|
|
<option>-e</option>|<option>--edos-only</option>
|
|
|
type: Content of: <book><chapter><refentry><refsect1><variablelist><varlistentry><term>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:122
|
|
50.
|
|
|
Skips the updates and just runs the edos checks for each architecture, outputting to the logfile as usual. This is useful when just adding and updating packages to fix missing dependencies.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:124
|
|
51.
|
|
|
<option>--tmpfs</option> has no effect in this mode.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><variablelist><varlistentry><listitem><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:129
|
|
52.
|
|
|
Examples
|
|
|
type: Content of: <book><chapter><refentry><refsect1><title>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:136
|
|
53.
|
|
|
Example crontab
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><title>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:138
|
|
54.
|
|
|
0 2 * * * /usr/share/emdebian-tools/grip-cron.sh -b /opt/reprepro
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><programlisting>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:140
|
|
55.
|
|
|
<placeholder type="programlisting" id="0"/>
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:139 doc/xml/grip-cron.sh.xml:153 doc/xml/grip-cron.sh.xml:161
|
|
56.
|
|
|
Example to setup the tmpfs
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><title>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:144
|
|
57.
|
|
|
The size of the <emphasis>tmpfs</emphasis> is open to debate. A tmpfs can use swap space if not enough RAM is available for the contents of the tmpfs but the size of the tmpfs itself cannot be changed without unmounting and remounting it. i.e. not without restarting <command>grip-cron.sh</command>. Packages that attempt to unpack more files than the tmpfs can hold will fail to be updated. Check the logs carefully.
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:145
|
|
58.
|
|
|
$ cd /opt/reprepro/ ![](/@@/translation-newline)
$ mkdir tmpfs ![](/@@/translation-newline)
$ sudo chmod +t tmpfs ![](/@@/translation-newline)
$ sudo chmod 777 tmpfs ![](/@@/translation-newline)
$ sudo mount -t tmpfs -o size=1G,user tmpfs tmpfs/
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><programlisting>
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
represents a space character.
Enter a space in the equivalent position in the translation.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:154
|