diff options
author | Zac Medico <zmedico@gentoo.org> | 2019-05-01 19:50:37 -0700 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2019-05-24 09:39:51 -0500 |
commit | 91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a (patch) | |
tree | 0fe39a6f5871482a3459631a0ad69e099bfceae8 /examples/stage4_template.spec | |
parent | Add builder for riscv64-unknown-linux-gnu (diff) | |
download | catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.tar.gz catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.tar.bz2 catalyst-91eb3317ee581f7d1eeacc68ebe88de5a1cdfd1a.zip |
New default PORTDIR, PKGDIR, and DISTDIR settings approved by council
The locations approved by the council:
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"
PORTDIR="/var/db/repos/gentoo"
Bug: https://bugs.gentoo.org/684908
Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'examples/stage4_template.spec')
-rw-r--r-- | examples/stage4_template.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stage4_template.spec b/examples/stage4_template.spec index 4066bf5b..fe394f3e 100644 --- a/examples/stage4_template.spec +++ b/examples/stage4_template.spec @@ -28,7 +28,7 @@ target: rel_type: # This is the system profile to be used by catalyst to build this target. It is -# specified as a relative path from /usr/portage/profiles. +# specified as a relative path from /var/db/repos/gentoo/profiles. # example: # profile: default-linux/x86/2006.1 profile: @@ -252,7 +252,7 @@ stage4/unmerge: # rid of files that don't belong to a particular package, or removing files from # a package that you wish to keep, but won't need the full functionality. # example: -# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log /var/run /var/spool /var/state /tmp /usr/portage /usr/share/man /usr/share/info /usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict /usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo /usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n /usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src /usr/share/doc /usr/share/man /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk /usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include /usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans /usr/share/emacs /usr/share/gcc-data /usr/share/genkernel /etc/splash/gentoo /etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale /etc/skel +# stage4/empty: /var/tmp /var/cache /var/db /var/empty /var/lock /var/log /var/run /var/spool /var/state /tmp /var/db/repos/gentoo /usr/share/man /usr/share/info /usr/share/unimaps /usr/include /usr/share/zoneinfo /usr/share/dict /usr/share/doc /usr/share/ss /usr/share/state /usr/share/texinfo /usr/lib/python2.2 /usr/lib/portage /usr/share/gettext /usr/share/i18n /usr/share/rfc /usr/lib/X11/config /usr/lib/X11/etc /usr/lib/X11/doc /usr/src /usr/share/doc /usr/share/man /etc/cron.daily /etc/cron.hourly /etc/cron.monthly /etc/cron.weekly /etc/logrotate.d /etc/rsync /usr/lib/awk /usr/lib/ccache /usr/lib/gcc-config /usr/lib/nfs /usr/local /usr/diet/include /usr/diet/man /usr/share/consolefonts/partialfonts /usr/share/consoletrans /usr/share/emacs /usr/share/gcc-data /usr/share/genkernel /etc/splash/gentoo /etc/splash/emergence /usr/share/gnuconfig /usr/share/lcms /usr/share/locale /etc/skel stage4/empty: # This option tells catalyst to clean specific files from the filesystem and is |