/[smeserver]/builds_bin/build_all
ViewVC logotype

Diff of /builds_bin/build_all

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.18 by slords, Sat Apr 14 21:21:22 2007 UTC Revision 1.19 by slords, Fri Apr 27 21:32:05 2007 UTC
# Line 14  check_package() Line 14  check_package()
14  {  {
15      for NVR in $(rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\n" --specfile $SPEC)      for NVR in $(rpm -q --qf "%{NAME}-%{VERSION}-%{RELEASE}\n" --specfile $SPEC)
16      do      do
17          SRPM=/builds/rpms/SRPMS/$NVR.src.rpm          SRPM=/builds/rpms/SRPMS/$NVR*.src.rpm
18          if [ -f $SRPM ]          if [ -f $SRPM ]
19          then          then
20              echo "$SRPM already exists"              echo "$SRPM already exists"
# Line 29  check_package() Line 29  check_package()
29          kmod-*)          kmod-*)
30              build_package "--arch i586,i686"              build_package "--arch i586,i686"
31              ;;              ;;
32            *-kmod)
33                build_package "--arch i686"
34                ;;
35          *)          *)
36              build_package              build_package
37              ;;              ;;


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed