19 |
cdrom.image) continue ;; |
cdrom.image) continue ;; |
20 |
e-smith-qpsmtpd) continue ;; |
e-smith-qpsmtpd) continue ;; |
21 |
e-smith-spamassassin) continue ;; |
e-smith-spamassassin) continue ;; |
22 |
|
isolinux) continue ;; |
23 |
|
|
24 |
qpsmtpd) echo "$package doesn't build automagically yet" |
grub) echo "Not building $package" |
25 |
continue ;; |
continue |
26 |
|
;; |
|
perl-CGI-FormMagick) echo "$package doesn't build automagically yet" |
|
|
continue ;; |
|
27 |
|
|
28 |
*) ;; |
*) ;; |
29 |
esac |
esac |
57 |
|
|
58 |
if mzbuild >>$LOG 2>&1 |
if mzbuild >>$LOG 2>&1 |
59 |
then |
then |
60 |
release_rpms *.rpm |
: |
61 |
else |
else |
62 |
echo "Build of $package failed - check $LOG" |
echo "Build of $package failed - check $LOG" |
63 |
fi |
fi |