Skip to Content.
Sympa Menu

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

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 (bfeb2aa20fb52ec0987ef5eb6f2bddbe147cefd8)
  • Date: Mon, 8 Sep 2008 15:44:02 -0500

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

ChangeLog | 2 +
usr/share/man/man8/resurrect.8 | 52
+++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)

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

resurrect.8: fixed the synopsis, improved the description and changed the
examples

commit d088dc39e6a54bf1bd53fac5e97be7c102a39940
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

resurrect.8: added man page from Arjan Bouter :)

diff --git a/ChangeLog b/ChangeLog
index 00251a9..dc2bcc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
added some more debug statements for the summary
* libqueue: fixed a quoting problem in update_install_queue_sub
* libgrimoire: also copy the rerun-make-single query to fd3
+ * resurrect.8: added man page from Arjan Bouter :)
+ fixed the synopsis, improved the description and changed the
examples

2008-09-06 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* libmisc: made log_failure_reason idempotent and added an optional
arg
diff --git a/usr/share/man/man8/resurrect.8 b/usr/share/man/man8/resurrect.8
new file mode 100644
index 0000000..86a21ae
--- /dev/null
+++ b/usr/share/man/man8/resurrect.8
@@ -0,0 +1,52 @@
+.TH RESURRECT 8 "September 2008" "Source Mage GNU Linux" "System
Administration"
+.SH NAME
+resurrect \- installs software packages from cache tarballs
+.SH SYNOPSIS
+.B resurrect
+[-l|--latest] <package1> [package2] ...
+.PP
+.B resurrect
+[-v|--version <version>] <package>
+.SH "EXAMPLES"
+To install vim, psi and joe from your install caches type:
+.IP
+.B resurrect
+vim joe psi
+.PP
+To install the latest gemrb and rdate from your install caches type:
+.IP
+.B resurrect --latest
+gemrb rdate
+.PP
+To install wormux version 0.8.1 from your install cache type:
+.IP
+.B resurrect --version 0.8.1
+wormux
+.SH "DESCRIPTION"
+.I resurrect
+is a part of the
+.SM sorcery
+package management suite. It is a command-line tool
+for automatically installing a package and its associated
+files from previously created caches. The user will be shown
+a list of available versions to choose from, unless there is
+only one or if the --latest or --version parameters were used.
+
+.SH "OPTIONS"
+.SS "-v, --version <version> <spell>"
+Remove the selected spell and restore to the given previously installed
version.
+.SS "-l, --latest <spell> [spell2] [spell3]"
+installs the latest cached version of the spell(s)
+.SS "-h, --help"
+outputs short help
+.SH "AUTHOR"
+Original version by Jaka Kranjc
+.PP
+Maintained by the Source Mage GNU Linux Team (http://www.sourcemage.org)
+.SH "REPORTING BUGS"
+Report bugs to bugzilla <http://bugs.sourcemage.org>
+.SH "SEE ALSO"
+alter(8), cast(8), confmeld(8), cleanse(8), gaze(1), grimoire(5),
scribbler(8), scribe(8),
+sorcery(8), sorcery_config(5), summon(8)
+.SH "WARRANTY"
+This is free software with ABSOLUTELY NO WARRANTY



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (bfeb2aa20fb52ec0987ef5eb6f2bddbe147cefd8), Jaka Kranjc, 09/08/2008

Archive powered by MHonArc 2.6.24.

Top of Page