kadischi/livecd_generator Makefile.am, 1.7, 1.8 kadischi, 1.3, 1.4 kadischigui.py, 1.2, NONE

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Wed Feb 28 11:38:26 UTC 2007


Author: autopsy

Update of /cvs/devel/kadischi/livecd_generator
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6350/kadischi/livecd_generator

Modified Files:
	Makefile.am kadischi 
Removed Files:
	kadischigui.py 
Log Message:
Remove GUI bits for now.


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- Makefile.am	10 Jul 2006 15:50:57 -0000	1.7
+++ Makefile.am	28 Feb 2007 11:38:24 -0000	1.8
@@ -1,4 +1,4 @@
-PYTHON_FILES = kadischi.py kadischigui.py movefiles.py
+PYTHON_FILES = kadischi.py movefiles.py
 BASH_FILES = install-boot.sh livecd-mkinitrd.sh
 
 sbin_SCRIPTS = kadischi


Index: kadischi
===================================================================
RCS file: /cvs/devel/kadischi/livecd_generator/kadischi,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kadischi	4 Jul 2006 22:13:57 -0000	1.3
+++ kadischi	28 Feb 2007 11:38:24 -0000	1.4
@@ -4,9 +4,4 @@
 
 export PYTHONPATH=$INSTALLDIR/lib:$PYTHONPATH
 
-if [ "$1" == "--gui" ]; then
-
-    exec python $INSTALLDIR/kadischigui.py
-else
-    exec python $INSTALLDIR/kadischi.py $@
-fi
\ No newline at end of file
+exec python $INSTALLDIR/kadischi.py $@


--- kadischigui.py DELETED ---




More information about the scm-commits mailing list