summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2008-06-21 22:33:02 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2008-07-15 12:28:51 +0200
commitb8acdec9b78ab1960f06b1b8709d90cbeeb516d7 (patch)
tree70b6472c4ebcc68f757a0a7dcc480531b868933e
parent58a7e512a7ab9ab7c7c33d51feb5f5a78ee355fb (diff)
downloadnbb-b8acdec9b78ab1960f06b1b8709d90cbeeb516d7.tar.gz
nbb-b8acdec9b78ab1960f06b1b8709d90cbeeb516d7.tar.xz
nbb-b8acdec9b78ab1960f06b1b8709d90cbeeb516d7.zip
Copyright updates, licenses TBA
-rw-r--r--README45
-rw-r--r--nbb/nbb.in5
-rw-r--r--nbb/nbb_lib.in3
3 files changed, 21 insertions, 32 deletions
diff --git a/README b/README
index 82488a1..cec9773 100644
--- a/README
+++ b/README
@@ -1,52 +1,37 @@
========================================================================
-ndim's git utilities - a collection of scripts and docs around git
-Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
+ndim's branch builder
+Build, install given branch of source code into a branch specific place
+Copyright (C) 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
+License conditions TBA
========================================================================
+Status: experimental
-The utilities in detail
-=======================
+Features:
- git-amb (status: stable)
- Makes building, installing, and testing multiple git branches of
- some source tree built with automake easy, clean and flexible.
- The name stands for "git *a*uto*m*ake *b*uild". For details, see
- git-amb(1) man page.
+ * Handles git and bzr.
+ * Handles automake/autoconf.
- git-buildmsg (status: testing)
- Generate .h file containing information about the current git
- working tree. Useful for programs' version messages in logs etc.
- Generating the version message from git describe output appears
- to be much cleaner, though.
-
- git-rebase-subtree (status: stale)
- Rebase not only a single branch, but a whole "subtree of branches".
- Useful for maintaining your own subtree of branches close to some
- upstream's branch.
- Probably obsoleted by automatic branch..rebase setup in git 1.5.6.
-
- nbb (status: experimental)
- ndim's branch builder
- Genericized extrapolation of git-amb.
- Handles git and bzr.
- Handles automake/autoconf.
- Still very much work in progress, only useful for nbb development.
+nbb is still very much work in progress, and currently only useful
+if you actually are hacking on nbb.
Updates
=======
Home page:
- http://nix.lauft.net/ndim-git-utils.git/
+ TBA
Git repository:
- $ git clone http://nix.lauft.net/ndim-git-utils.git/
+ $ git clone TBA
License
=======
- Partly MIT, partly GPL. Shared parts dual-licensed.
+ TBA. MIT? GPL? Something like that.
+
+ bzr is GPLv2+, i.e. if nbb directly uses bzr, GPLv2+ looks good.
========================================================================
diff --git a/nbb/nbb.in b/nbb/nbb.in
index 92d1b3c..bcffbf1 100644
--- a/nbb/nbb.in
+++ b/nbb/nbb.in
@@ -1,6 +1,9 @@
#!@PYTHON@
"""\
-nbb - ndim's branch builder frontend
+nbb - ndim's branch builder
+Build, install given branch of source code into a branch specific place
+Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
+License conditions TBA
"""
import sys
diff --git a/nbb/nbb_lib.in b/nbb/nbb_lib.in
index f2a3d7c..e4f45e1 100644
--- a/nbb/nbb_lib.in
+++ b/nbb/nbb_lib.in
@@ -1,7 +1,8 @@
"""\
nbb (ndim's branch builder) @PACKAGE_VERSION@
Build, install given branch of source code into a branch specific place
-Copyright (C) 2007,2008 Hans Ulrich Niedermann
+Copyright (C) 2007, 2008 Hans Ulrich Niedermann <hun@n-dimensional.de>
+License conditions TBA
Usage: %(prog)s <to-be-determined>