Formally fork in preparation for release
authorJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 4 Jul 2009 10:11:59 +0000 (11:11 +0100)
committerJ. Ali Harlow <ali@juiblex.co.uk>
Sat, 4 Jul 2009 10:11:59 +0000 (11:11 +0100)
README
TODO
configure.ac

diff --git a/README b/README
index 2d2379c..b076154 100644 (file)
--- a/README
+++ b/README
@@ -1,3 +1,10 @@
+This is a fork of Kristian Høgsberg's razor. The bits live here:
+
+       http://project.juiblex.co.uk/git?p=razor.git;a=summary
+
+Kristian's original README follows:
+
+----------------------------------------------------------------------
 Just random notes at this point:
 
  - Razor is a package management system replacing rpm and yum.  Razor
diff --git a/TODO b/TODO
index 93c1f75..ac6b750 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,6 @@
+Kris's original TODO list follows:
+
+----------------------------------------------------------------------
 Towards replacing rpm + yum (0.1):
 
 - drop the filelists from the main package set file, split out to a
index bf0e8e9..fdbec1b 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59c)
-AC_INIT(razor, 0.1, krh@redhat.com)
+AC_INIT(razor, 0.1, ali@juiblex.co.uk)
 AM_INIT_AUTOMAKE(razor, 0.1)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE