Inspired by Andreas Barth: Switched from explicit support for
authorjoey <>
Sun, 23 Jan 2005 15:17:51 +0000 (15:17 +0000)
committerjoey <>
Sun, 23 Jan 2005 15:17:51 +0000 (15:17 +0000)
haydn/costa to generic support via the extra attribute [UNTRUSTED]

ud-generate

index 0ba6fa9..0d65457 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" or CurrentHost == "costa.debian.org":
+   if ExtraList.has_key("[UNTRUSTED]"):
        continue;
    GenShadow(l,OutDir+"shadow");