From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Mon, 19 Jan 2009 14:01:56 +0000 (+0000) Subject: Move IGNORE (list of ignored packages) into a separate file. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=3845ed27c6d6879a99e38dde60b40dad940cf320;p=fedora-mingw.git Move IGNORE (list of ignored packages) into a separate file. --- diff --git a/IGNORE b/IGNORE new file mode 100644 index 0000000..531948b --- /dev/null +++ b/IGNORE @@ -0,0 +1,11 @@ +# List of packages that are ignored when building, updating status, etc. +example +cyrus-sasl +gdb +pidgin +python +python3 +nspr +nss +virt-ctrl +wix \ No newline at end of file diff --git a/build-everything-in-mock.sh b/build-everything-in-mock.sh index 716de2d..bac1581 100755 --- a/build-everything-in-mock.sh +++ b/build-everything-in-mock.sh @@ -1,16 +1,7 @@ #!/bin/bash - # These are the packages we don't want to build yet: -nobuild="example -cyrus-sasl -gdb -pidgin -python -python3 -nspr -nss -virt-ctrl -wix" +nobuild=$(grep -v '^#' IGNORE) rm -f */*.src.rpm