Move IGNORE (list of ignored packages) into a separate file.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 19 Jan 2009 14:01:56 +0000 (14:01 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 19 Jan 2009 14:01:56 +0000 (14:01 +0000)
IGNORE [new file with mode: 0644]
build-everything-in-mock.sh

diff --git a/IGNORE b/IGNORE
new file mode 100644 (file)
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
index 716de2d..bac1581 100755 (executable)
@@ -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