summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
-rw-r--r--TODO1
-rwxr-xr-xscripts/fedora-cvs.py (renamed from scripts/fedora-cvs)0
3 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8b13789..5b39435 100644
--- a/Makefile
+++ b/Makefile
@@ -1 +1,7 @@
+tarball:
+ tar -cjvf fedora-packager.tar.bz2
+
+install:
+ install -p -m 755 scripts/fedora-packager-setup.sh /usr/bin/fedora-packager-setup.sh
+ install -p -m 755 scripts/fedora-cvs.py /usr/bin/fedora-cvs
diff --git a/TODO b/TODO
index d98dabc..2048b6c 100644
--- a/TODO
+++ b/TODO
@@ -1,2 +1,3 @@
* Make Makefile work
* add SPEC file, we will require rpmdevtools, koji, plague, ??
+* add extra scripts to do cool useful things
diff --git a/scripts/fedora-cvs b/scripts/fedora-cvs.py
index eb0a7b4..eb0a7b4 100755
--- a/scripts/fedora-cvs
+++ b/scripts/fedora-cvs.py