mtd/scripts creatediffs.py,1.1,1.2
gleixner at infradead.org
gleixner at infradead.org
Sun Nov 6 06:14:45 EST 2005
- Previous message: mtd/drivers/mtd/maps uclinux.c,1.10,1.11
- Next message: mtd/drivers/mtd/maps bast-flash.c, 1.3, 1.4 ceiva.c, 1.11,
1.12 dc21285.c, 1.22, 1.23 dilnetpc.c, 1.18,
1.19 epxa10db-flash.c, 1.13, 1.14 fortunet.c, 1.9,
1.10 integrator-flash.c, 1.18, 1.19 ixp2000.c, 1.6,
1.7 ixp4xx.c, 1.10, 1.11 lubbock-flash.c, 1.19,
1.20 mainstone-flash.c, 1.2, 1.3 omap-toto-flash.c, 1.3,
1.4 omap_nor.c, 1.1, 1.2 pci.c, 1.11, 1.12 plat-ram.c, 1.4,
1.5 tqm8xxl.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/scripts
In directory phoenix.infradead.org:/tmp/cvs-serv22228
Modified Files:
creatediffs.py
Log Message:
Make repository path a command line option
Index: creatediffs.py
===================================================================
RCS file: /home/cvs/mtd/scripts/creatediffs.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- creatediffs.py 6 Jul 2005 20:14:18 -0000 1.1
+++ creatediffs.py 6 Nov 2005 11:14:42 -0000 1.2
@@ -39,6 +39,7 @@
print "USAGE:"
print "creatediffs.py <-m mtdusers> mailbox mailnr"
print "-m mtdusers supply a list of mtd users (default:scripts/mtdusers.txt)"
+ print "-r repopath path to mtd git repository"
print "mailbox containing MTD CVS Mailinglist"
# print "targetdir to put the diffs and logs"
@@ -246,7 +247,7 @@
# Here we go
# Parse the commandline
try:
- (options, arguments) = getopt.getopt(sys.argv[1:],'m:')
+ (options, arguments) = getopt.getopt(sys.argv[1:],'m:r:')
except getopt.GetoptError, ex:
print
print "ERROR:"
@@ -256,6 +257,8 @@
for option, value in options:
if option == "-m":
mtdusers = value
+ if option == "-r":
+ mtdrepo = value
elif option == '-h':
usage(0)
- Previous message: mtd/drivers/mtd/maps uclinux.c,1.10,1.11
- Next message: mtd/drivers/mtd/maps bast-flash.c, 1.3, 1.4 ceiva.c, 1.11,
1.12 dc21285.c, 1.22, 1.23 dilnetpc.c, 1.18,
1.19 epxa10db-flash.c, 1.13, 1.14 fortunet.c, 1.9,
1.10 integrator-flash.c, 1.18, 1.19 ixp2000.c, 1.6,
1.7 ixp4xx.c, 1.10, 1.11 lubbock-flash.c, 1.19,
1.20 mainstone-flash.c, 1.2, 1.3 omap-toto-flash.c, 1.3,
1.4 omap_nor.c, 1.1, 1.2 pci.c, 1.11, 1.12 plat-ram.c, 1.4,
1.5 tqm8xxl.c, 1.13, 1.14
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list