From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:pending commit in: doc/ Date: Wed, 22 Nov 2017 15:52:44 +0000 (UTC) [thread overview] Message-ID: <1511313382.f997e53273fd214aa16536024c4e2be0dd60db72.dolsen@gentoo> (raw) commit: f997e53273fd214aa16536024c4e2be0dd60db72 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat Mar 11 07:55:50 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 01:16:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f997e532 doc/cataylst-config.5.txt: Update for the new variables doc/catalyst-config.5.txt | 56 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index f778a804..5c5ad293 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -24,12 +24,23 @@ and empty lines are interpreted as comments. For example: --------------------------------- # /etc/catalyst/catalyst.conf + digests="auto" contents="auto" -distdir="/usr/portage/distfiles" envscript="/etc/catalyst/catalystrc" options="autoresume bindist kerncache pkgcache seedcache snapcache" + +# source repo settings +distdir="/usr/portage/distfiles" portdir="/usr/portage" + +# target repo info +repo_basedir="/usr" +repo_name="portage" +target_distdir="/usr/portage/distfiles" +target_pkgdir="/usr/portage/packages" + +# other catalyst settings sharedir="/usr/share/catalyst" snapshot_cache="/var/tmp/catalyst/snapshot_cache" storedir="/var/tmp/catalyst" @@ -72,10 +83,6 @@ Do `isoinfo -f -i FILE`. 'isoinfo-f' is the only option not chosen by the automatic algorithm. -- -*distdir*:: -Distfiles location. `/usr/portage/distfiles` should work for most -default installations. - *envscript*:: Environment script location, which allows users to set options such as HTTP proxies, `MAKEOPTS`, `GENTOO_MIRRORS`, or any other environment @@ -140,9 +147,44 @@ break your cache. The cache is unlinked before any empty or rm processing. -- +Repository settings +~~~~~~~~~~~~~~~~~~~ + +*distdir*:: +Source distfiles location used in generation of the stages. This is usually the +hosts distfiles location. `/usr/portage/distfiles` should work for most +default installations, but it should be set to match your hosts configuration. + *portdir*:: -Portage tree location. `/usr/portage/` should work for most default -installations. +Source Gentoo tree location (primary repo). `/usr/portage/` should work for most +default installations. + +*repo_basedir*:: +The target repository directory to contain the rimary repo (gentoo repo) and +any overlays. `/usr` is the historical location. But that is in the process of +changing. `/var/gentoo/repos` is an option. + +*repo_name*:: +The name of the main repository (ie: gentoo). This has had a directory name +of `portage` in the past. But it has an internal name of `gentoo`, which is +what its directory name should be. This name is used in the snapshot name +generated and also the directory name of the repository created with the +snapshot target. The new general rule is that the directory name and its +internal repo_name value should be the same. + +*target_distdir*:: +This is the target distfiles directory location for the stage being created. +This is important because this value will be stored in the stage's make.conf +and will become the default location used if it is not edited by users. +The default location is `/usr/portage/distfiles`. + +*target_pkgdir*:: +This is the target packages directory for storing binpkgs in the stage being +built. This location is stored in the make.conf of the stage being built. +The default location for this has typically been `/usr/portage/packages` + +Other settings +~~~~~~~~~~~~~~ *sharedir*:: Catalyst runtime script location. `/usr/share/catalyst` should work for
WARNING: multiple messages have this Message-ID (diff)
From: "Brian Dolbec" <dolsen@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/catalyst:master commit in: doc/ Date: Wed, 29 Nov 2017 17:20:45 +0000 (UTC) [thread overview] Message-ID: <1511313382.f997e53273fd214aa16536024c4e2be0dd60db72.dolsen@gentoo> (raw) Message-ID: <20171129172045.D_AEeF_fvNf-o3gDrKEsFkxoZM3FimT2_FgKp7-qb_Q@z> (raw) commit: f997e53273fd214aa16536024c4e2be0dd60db72 Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org> AuthorDate: Sat Mar 11 07:55:50 2017 +0000 Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org> CommitDate: Wed Nov 22 01:16:22 2017 +0000 URL: https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=f997e532 doc/cataylst-config.5.txt: Update for the new variables doc/catalyst-config.5.txt | 56 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 49 insertions(+), 7 deletions(-) diff --git a/doc/catalyst-config.5.txt b/doc/catalyst-config.5.txt index f778a804..5c5ad293 100644 --- a/doc/catalyst-config.5.txt +++ b/doc/catalyst-config.5.txt @@ -24,12 +24,23 @@ and empty lines are interpreted as comments. For example: --------------------------------- # /etc/catalyst/catalyst.conf + digests="auto" contents="auto" -distdir="/usr/portage/distfiles" envscript="/etc/catalyst/catalystrc" options="autoresume bindist kerncache pkgcache seedcache snapcache" + +# source repo settings +distdir="/usr/portage/distfiles" portdir="/usr/portage" + +# target repo info +repo_basedir="/usr" +repo_name="portage" +target_distdir="/usr/portage/distfiles" +target_pkgdir="/usr/portage/packages" + +# other catalyst settings sharedir="/usr/share/catalyst" snapshot_cache="/var/tmp/catalyst/snapshot_cache" storedir="/var/tmp/catalyst" @@ -72,10 +83,6 @@ Do `isoinfo -f -i FILE`. 'isoinfo-f' is the only option not chosen by the automatic algorithm. -- -*distdir*:: -Distfiles location. `/usr/portage/distfiles` should work for most -default installations. - *envscript*:: Environment script location, which allows users to set options such as HTTP proxies, `MAKEOPTS`, `GENTOO_MIRRORS`, or any other environment @@ -140,9 +147,44 @@ break your cache. The cache is unlinked before any empty or rm processing. -- +Repository settings +~~~~~~~~~~~~~~~~~~~ + +*distdir*:: +Source distfiles location used in generation of the stages. This is usually the +hosts distfiles location. `/usr/portage/distfiles` should work for most +default installations, but it should be set to match your hosts configuration. + *portdir*:: -Portage tree location. `/usr/portage/` should work for most default -installations. +Source Gentoo tree location (primary repo). `/usr/portage/` should work for most +default installations. + +*repo_basedir*:: +The target repository directory to contain the rimary repo (gentoo repo) and +any overlays. `/usr` is the historical location. But that is in the process of +changing. `/var/gentoo/repos` is an option. + +*repo_name*:: +The name of the main repository (ie: gentoo). This has had a directory name +of `portage` in the past. But it has an internal name of `gentoo`, which is +what its directory name should be. This name is used in the snapshot name +generated and also the directory name of the repository created with the +snapshot target. The new general rule is that the directory name and its +internal repo_name value should be the same. + +*target_distdir*:: +This is the target distfiles directory location for the stage being created. +This is important because this value will be stored in the stage's make.conf +and will become the default location used if it is not edited by users. +The default location is `/usr/portage/distfiles`. + +*target_pkgdir*:: +This is the target packages directory for storing binpkgs in the stage being +built. This location is stored in the make.conf of the stage being built. +The default location for this has typically been `/usr/portage/packages` + +Other settings +~~~~~~~~~~~~~~ *sharedir*:: Catalyst runtime script location. `/usr/share/catalyst` should work for
next reply other threads:[~2017-11-22 15:52 UTC|newest] Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top 2017-11-22 15:52 Brian Dolbec [this message] 2017-11-29 17:20 ` [gentoo-commits] proj/catalyst:master commit in: doc/ Brian Dolbec -- strict thread matches above, loose matches on Subject: below -- 2017-03-19 16:44 [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2017-03-16 22:57 Brian Dolbec 2017-03-11 9:35 Brian Dolbec 2017-03-11 7:56 Brian Dolbec 2017-03-11 7:07 Brian Dolbec 2017-03-10 18:52 Brian Dolbec 2015-11-21 1:33 Brian Dolbec 2015-02-26 20:12 [gentoo-commits] proj/catalyst:master " Brian Dolbec 2015-02-26 19:25 ` [gentoo-commits] proj/catalyst:pending " Brian Dolbec 2014-01-03 5:03 Brian Dolbec 2013-12-31 18:14 Brian Dolbec
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1511313382.f997e53273fd214aa16536024c4e2be0dd60db72.dolsen@gentoo \ --to=dolsen@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox