Import from samosa: Hardcode an exception for haydn. Since it's
authorjoey <>
Wed, 27 Oct 2004 11:24:14 +0000 (11:24 +0000)
committerjoey <>
Wed, 27 Oct 2004 11:24:14 +0000 (11:24 +0000)
hosting alioth, don't generate password filed for Debian accounts.

ud-generate

index 2673b1d..b27ceac 100755 (executable)
@@ -576,6 +576,8 @@ while(1):
    GenPasswd(l,OutDir+"passwd",Split[1]);
    sys.stdout.flush();
    GenGroup(l,OutDir+"group");
+   if CurrentHost == "haydn.debian.org":
+       continue;
    GenShadow(l,OutDir+"shadow");
        
    # Link in global things