|
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
|
|
59.
|
|
|
crontab for this setup:
|
|
|
type: Content of: <book><chapter><refentry><refsect1><example><para>
|
|
|
|
(no translation yet)
|
|
|
|
Located in
doc/xml/grip-cron.sh.xml:160
|
|
60.
|
|
|
0 2 * * * /usr/share/emdebian-tools/grip-cron.sh -b /opt/reprepro -t /opt/reprepro/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:162
|
|
61.
|
|
|
NAME
|
|
|
type: =head1
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:29 tdeb/em_installtdeb:3 tdeb/splitout_tdeb:3 tdeb/dpkg-gentdeb:3 tdeb/dh_gentdeb:3 apt-grip:315 emgrip:3 emgrip-edos:3 grip-overridearch.pl:3 em_autogrip:5 grip-overridereplace.pl:3 emgrip-dupes:147 emgrip-remove:139 emgrip-dumpsingle.pl:3
|
|
62.
|
|
|
Emdebian::Grip - internal Emdebian module for Emdebian Grip repositories
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:31
|
|
63.
|
|
|
Description
|
|
|
type: =head1
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:33 tdeb/splitout_tdeb:9 apt-grip:327 emgrip:19 emgrip-edos:23 grip-overridearch.pl:82 em_autogrip:50 grip-overridereplace.pl:112 emgrip-dupes:170 emgrip-remove:157
|
|
64.
|
|
|
It is worthwhile being familiar with C<reprepro> (1) when working with this module.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:35
|
|
65.
|
|
|
Emdebian::Grip provides repository management support for the F<em_autogrip> scripting to manage a three-way repository hierarchy for Emdebian Grip, including support for migrating packages from unstable into testing.
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:38
|
|
66.
|
|
|
Considering just C<unstable> initially, the hierarchy is as follows:
|
|
|
type: textblock
|
|
|
|
(no translation yet)
|
|
|
|
Located in
Emdebian/Grip.pm:43
|