Ignore:
Timestamp:
Aug 8, 2016, 3:57:12 PM (9 years ago)
Author:
dmik
Message:

rpmbuild-bot: Support per-package ARCH specification in -env.sh.

This is to be used to restrict (or enhance) the package list for
specific package needs. One use case is to limit the number of
architectures to one for packages composed from pre-built
binaries (often available for only a single architecture).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • rpmbuild-bot/rpmbuild-bot-env.sh

    r724 r833  
    5959RPMBUILD_BOT_ARCH_LIST="pentium4 i686"
    6060
     61# Overrides of RPM arch list for specific packages.
     62RPMBUILD_BOT_ARCH_LIST_libc="i686" # Binary build -> no other archs.
     63
    6164# Basic RPM repository layout for this distribution channel.
    6265RPMBUILD_BOT_UPLOAD_REPO_LAYOUT_rpm="\$base/i386/\$arch"
Note: See TracChangeset for help on using the changeset viewer.