X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=contrib%2Fhack.1;h=473784c48b854673df3e91fa5facd0bfce0158dd;hb=bff9fbafb548106326749e4534e3378974edcdc5;hp=6a123fdf07b7fcf761ab0c74614a950a57084b78;hpb=43722e2ebdfdcc25098483f3fa05b7ee857b1466;p=dak.git diff --git a/contrib/hack.1 b/contrib/hack.1 index 6a123fdf..473784c4 100755 --- a/contrib/hack.1 +++ b/contrib/hack.1 @@ -2,7 +2,7 @@ # Quick hack to import override files # Copyright (C) 2000 James Troup -# $Id: hack.1,v 1.1 2001-01-10 05:58:26 troup Exp $ +# $Id: hack.1,v 1.2 2001-01-16 21:52:37 troup Exp $ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -56,7 +56,7 @@ def main (): continue; else: component = x[2]; - if suite == "woody": + if suite == "sid": suite = "unstable"; elif suite == "potato": suite = "stable"; @@ -72,7 +72,7 @@ def main (): else: print "say WHAT?"; sys.exit(4); - print "cat %s | natalie --set --suite=%s --component=%s --type=%s" % (filename, suite, component, type); + print "cat %s | natalie.py --set --suite=%s --component=%s --type=%s" % (filename, suite, component, type); #######################################################################################