Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to stable-rc-0.6 grimoire by Eric Sandall (3840471888fb9bb74deebd745b4c7ff65c64abae)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: SM-Commit <sm-commit AT lists.ibiblio.org>
  • Subject: Re: [SM-Commit] GIT changes to stable-rc-0.6 grimoire by Eric Sandall (3840471888fb9bb74deebd745b4c7ff65c64abae)
  • Date: Fri, 17 Nov 2006 16:46:25 -0800

Eric Sandall wrote:
> GIT changes to stable-rc-0.6 grimoire by Eric Sandall
> <sandalle@moby.(none)>:
>
> utils/console-tools/DETAILS | 2 +-
> utils/console-tools/HISTORY | 4 ++++
> utils/console-tools/INSTALL | 2 +-
> 3 files changed, 6 insertions(+), 2 deletions(-)
>
> New commits:
> commit 3840471888fb9bb74deebd745b4c7ff65c64abae
> Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> Commit: Eric Sandall <sandalle@moby.(none)>
>
> console-tools: install all the manpages #10112
>
> diff --git a/utils/console-tools/DETAILS b/utils/console-tools/DETAILS
> index fa539f1..d5332e0 100755
> --- a/utils/console-tools/DETAILS
> +++ b/utils/console-tools/DETAILS
> @@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
> SOURCE_URL[0]=ftp://metalab.unc.edu/pub/Linux/system/keyboards/$SOURCE
> WEB_SITE=http://lct.sourceforge.net
> ENTERED=20010922
> - PATCHLEVEL=1
> + PATCHLEVEL=2
> KEYWORDS="utils"
> SHORT="console-tools allows you to configure and manipulate
> Linux consoles."
> cat << EOF
> diff --git a/utils/console-tools/HISTORY b/utils/console-tools/HISTORY
> index bea5c1f..6d9ee57 100755
> --- a/utils/console-tools/HISTORY
> +++ b/utils/console-tools/HISTORY
> @@ -1,3 +1,7 @@
> +2006-11-01 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
> + * INSTALL: install all the manpages #10112
> + * DETAILS: ++PATCHLEVEL
> +
> 2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
> * PROVIDES: [automated] Fixed invalid entries.
>
> diff --git a/utils/console-tools/INSTALL b/utils/console-tools/INSTALL
> index 1613602..c0a9b60 100755
> --- a/utils/console-tools/INSTALL
> +++ b/utils/console-tools/INSTALL
> @@ -5,6 +5,6 @@ mv $INSTALL_ROOT/usr/bin/loadkeys $INS
> # Install man pages.
> for (( COUNT=1 ; COUNT < 9 ; COUNT++ )); do
> mkdir -p $INSTALL_ROOT/usr/share/man/man$COUNT
> - cp doc/man/*.$COUNT $INSTALL_ROOT/usr/share/man/man$COUNT 2> /dev/null
> + cp doc/man/*.$COUNT* $INSTALL_ROOT/usr/share/man/man$COUNT 2>
> /dev/null
> true
> done

I have more of these semi-setup here (just testing the commit procedure,
since I messed up my last try at stable-rc-0.6 :/)). There are also many
more bugs that need fixing (I've marked the ones I've done as FIXED in
bugzilla already, since I had them ready to push at the time).

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us | http://www.sourcemage.org/
http://eric.sandall.us/ | SysAdmin @ Shock Physics @ WSU
http://counter.li.org/ #196285 | http://www.shock.wsu.edu/




Archive powered by MHonArc 2.6.24.

Top of Page