Changeset 949 for rpmbuild-bot/rpmbuild-bot-env.sh
- Timestamp:
- Feb 3, 2017, 8:12:15 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rpmbuild-bot/rpmbuild-bot-env.sh
r870 r949 66 66 RPMBUILD_BOT_ARCH_LIST_kLIBCum="i686" # Binary build -> no other archs. 67 67 68 # Legacy DLLs for specific packages. Each RPM from the list (format is 69 # "ABI|NAME|VERSION-RELEASE|[FILEMASK]|[ARCH]") for each target platform is 70 # downloaded from a repository specified in RPMBUILD_BOT_UPLOAD_REPO_STABLE 71 # and scanned for FILEMASK files (*.dll by default). These files are then 72 # extracted to a directory called RPM_SOURCE_DIR/PACKAGE-legacy (preserving the 73 # original directory tree) and, if PACKAGE.spec contains a macro named 74 # %legacy_runtime_packages, they are later placed to a sub-package called 75 # `legacy-ABI` when rpmbuild is run. If ARCH is specified, this platform's 76 # legacy package will be used for all target platforms. 77 RPMBUILD_BOT_LEGACY_libvpx="2|libvpx|1.4.0-2" 78 68 79 # Basic RPM repository layout for this distribution channel. 69 80 RPMBUILD_BOT_UPLOAD_REPO_LAYOUT_rpm="\$base/i386/\$arch" … … 74 85 RPMBUILD_BOT_UPLOAD_REPO_LIST="exp rel" 75 86 87 # Name of the stable repository (must be present in the above list). 88 RPMBUILD_BOT_UPLOAD_REPO_STABLE="rel" 89 76 90 # Sanity checks. 77 91 check_dir_var "RPM_NETLABS_ORG_DIR"
Note:
See TracChangeset
for help on using the changeset viewer.