Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (396d2f8d01ec2feb12045107dc9943474a1b5b7f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (396d2f8d01ec2feb12045107dc9943474a1b5b7f)
  • Date: Sat, 15 Mar 2008 12:08:55 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
usr/share/man/man8/cast.8 | 16 ++++++++++++----
2 files changed, 15 insertions(+), 4 deletions(-)

New commits:
commit 396d2f8d01ec2feb12045107dc9943474a1b5b7f
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

cast.8: added missing switches except the dead --url, capitalised

diff --git a/ChangeLog b/ChangeLog
index 5639189..7ef4a31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-03-15 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * cast.8: added missing switches except the dead --url, capitalised
+
2008-03-14 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libsecurity: don't use a hardcoded path in gaze_checkmd5s
* libresurrect: unset the var, not its contents
diff --git a/usr/share/man/man8/cast.8 b/usr/share/man/man8/cast.8
index 8489fa0..81a55bc 100644
--- a/usr/share/man/man8/cast.8
+++ b/usr/share/man/man8/cast.8
@@ -54,14 +54,14 @@ Specify an alternate directory to search for cached
sources.
An alternate to /var/spool/sorcery.
Usually though, you'd just copy the source to /var/spool/sorcery.
.SS "--queue"
-re-casts all spells in the install queue, as generated for example by
+Re-casts all spells in the install queue, as generated for example by
.BI sorcery " queue"
.SS "-V on|off"
-overrides the VOYEUR option, which specifies whether or not
+Overrides the VOYEUR option, which specifies whether or not
compile output should be displayed. Helpful if you usually have
it off and want to see where an error is.
.SS "-d, --download"
-forces redownloading of sources, sources are freshly downloaded
+Forces redownloading of sources, sources are freshly downloaded
even when we already have them.
.SS "-R, --recast-down"
recasts all the spells the given spell(s) depend on
@@ -69,6 +69,14 @@ recasts all the spells the given spell(s) depend on
This might be quite a lot of spells.
.SS "-B, --recast-up"
recasts all the spells that depend on the given spell(s).
+.SS "-O, --recast-optional [option]"
+If a spell being built has spells which could optionally depend on it, but
those
+dependencies are disabled, ask to recast the dependee. Option can be one of:
"always",
+"ask-yes", "ask-no", or "ignore"; it defaults to what is set via the sorcery
menu.
+.SS "-Z, --lazy-updates [option]"
+Perform updates on installed spells that need updates. Optional parameter
are the same as above.
+.SS "-b, --force-base-dep"
+Force all spells to depend on basesystem.
.SS "-h, --help"
Display short help.
.SH "ENVIRONMENT"
@@ -96,7 +104,7 @@ If spell fails during a cast, try recasting it with
to reconfigure and recompile.
.SH "COMMENTS"
Unless the
-.B -from
+.B --from
option is specified cast will always check the
.I /var/spool/sorcery
directory first to see if the package exists. If the package does not



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (396d2f8d01ec2feb12045107dc9943474a1b5b7f), Jaka Kranjc, 03/15/2008

Archive powered by MHonArc 2.6.24.

Top of Page