Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0d57a4a7984c692f67e7625164fb2510d289cc7c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0d57a4a7984c692f67e7625164fb2510d289cc7c)
  • Date: Mon, 11 Jun 2007 20:40:24 +0200

On Mon, Jun 11, 2007 at 05:01:45AM -0500, Arjan Bouter wrote:
> GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:
>
> net/nufw/BUILD | 6 ++++++
> net/nufw/HISTORY | 6 +++++-
> net/nufw/INSTALL | 6 ++++++
> 3 files changed, 17 insertions(+), 1 deletion(-)
>
> New commits:
> commit 0d57a4a7984c692f67e7625164fb2510d289cc7c
> Author: Arjan Bouter <abouter AT sourcemage.org>
> Commit: Arjan Bouter <abouter AT sourcemage.org>
>
> nufw: oops, reversed the history entries
>
> commit 5932c66bfe04e02114d64eb86aa6a114b490020b
> Author: Arjan Bouter <abouter AT sourcemage.org>
> Commit: Arjan Bouter <abouter AT sourcemage.org>
>
> nufw: fixed installation a bit
>

Just a note: if you want to fix commits before they're pushed to the
main repository, you can use either 'git amend' to just change the last
commit or 'git reset HEAD^' to undo the commit but leave your repository
with the changes.
I like to do this to make people only reading the pushed changes think
I'm a lot more organized than I really am ;)

> diff --git a/net/nufw/BUILD b/net/nufw/BUILD
> new file mode 100755
> index 0000000..0dad323
> --- /dev/null
> +++ b/net/nufw/BUILD
> @@ -0,0 +1,6 @@
> +./configure --prefix=/usr \
> + --sysconfdir=/etc/nufw \
> + --localstatedir=/var \
> + --mandir=/usr/share/man \
> + --infodir=/usr/share/info &&
> +make
> diff --git a/net/nufw/HISTORY b/net/nufw/HISTORY
> index 51cda39..f3ad7ed 100644
> --- a/net/nufw/HISTORY
> +++ b/net/nufw/HISTORY
> @@ -1,3 +1,7 @@
> +2007-06-07 Arjan Bouter <abouter AT sourcemage.org>
> + * INSTALL: added header install for clients
> + create config dir if needed
> + * BUILD: added
> +
> 2007-06-06 Arjan Bouter <abouter AT sourcemage.org>
> * DETAILS, DEPENDS, HISTORY nufw.gpg: created spell
> -
> diff --git a/net/nufw/INSTALL b/net/nufw/INSTALL
> new file mode 100755
> index 0000000..d601bad
> --- /dev/null
> +++ b/net/nufw/INSTALL
> @@ -0,0 +1,6 @@
> +default_install &&
> +if [[ ! -d ${INSTALL_ROOT}/etc/nufw ]] ; then
> + mkdir ${INSTALL_ROOT}/etc/nufw
> +fi
> +install -m 0644 src/include/nufw_source.h \
> + ${INSTALL_ROOT}/usr/include/
> _______________________________________________
> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page