Changeset 1498 for trunk/server


Ignore:
Timestamp:
Feb 28, 2010, 5:22:49 AM (14 years ago)
Author:
mitchb
Message:
Make sure that SRPMs for upstream packages actually come from upstream

We don't usually put SRPMs for packages we build in our yum repo since
we generate the SRPM from a (possibly patched) version of the upstream spec
and source files contained in the upstream SRPM as part of our build
process.  However, occasionally an SRPM or two of ours find their way
into our repo.  If we pull in that SRPM, a subsequent build of that
package will fail because most of our patch hunks will fail due to having
already been applied.  Avoid this screw case by never downloading the
allegedly upstream SRPMs from our own repo.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/fedora/Makefile

    r1459 r1498  
    6767        @mkdir -p $(dload); \
    6868        #wget -qO- -nv $(server_url)/$(server_arch) | xargs make
    69         cd $(dload) && yumdownloader --source $(upstream_yum)
     69        cd $(dload) && yumdownloader --disablerepo=scripts --source $(upstream_yum)
    7070        wget -P $(dload) $(openafs_url)
    7171        wget -P $(dload) $(clusterglue_url)
Note: See TracChangeset for help on using the changeset viewer.