Hardcode an exception for costa, which acts as alioth NG. Since it'll
authorjoey <>
Wed, 27 Oct 2004 11:25:50 +0000 (11:25 +0000)
committerjoey <>
Wed, 27 Oct 2004 11:25:50 +0000 (11:25 +0000)
be hosting alioth, don't generate password filed for Debian accounts.

ud-generate

index b27ceac..0ba6fa9 100755 (executable)
@@ -576,7 +576,7 @@ while(1):
    GenPasswd(l,OutDir+"passwd",Split[1]);
    sys.stdout.flush();
    GenGroup(l,OutDir+"group");
-   if CurrentHost == "haydn.debian.org":
+   if CurrentHost == "haydn.debian.org" or CurrentHost == "costa.debian.org":
        continue;
    GenShadow(l,OutDir+"shadow");