From d014450d987526fbc2228fc05d822358de85a6db Mon Sep 17 00:00:00 2001 From: J. Ali Harlow Date: Sat, 4 Jul 2009 11:11:59 +0100 Subject: [PATCH] Formally fork in preparation for release --- README | 7 +++++++ TODO | 3 +++ configure.ac | 2 +- 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/README b/README index 2d2379c..b076154 100644 --- 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 --- 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 diff --git a/configure.ac b/configure.ac index bf0e8e9..fdbec1b 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 1.7.1