Ignore:
Timestamp:
Feb 24, 2017, 11:50:35 PM (8 years ago)
Author:
dmik
Message:

rpmbuild-bot: Add RPMBUILD_BOT_SPEC_DIR variable.

This variable may be used in rpmbuild-bot-local.sh to override
%_specdir (which defaults to $HOME/rpmbuild/SPECS).

File:
1 edited

Legend:

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

    r889 r1033  
    1818#
    1919
     20# Local directory to look for .spec files w/o path.
     21# This is normall an SVN repository where .spec files will be committed
     22# by the upload command.
     23RPMBUILD_BOT_SPEC_DIR="D:/Coding/rpm/spec/SPECS"
     24
    2025# Local netdrive directory that maps to rpm.netlabs.org over WEBDAV.
    2126RPM_NETLABS_ORG_DIR="Y:/webdav/rpm.netlabs.org"
Note: See TracChangeset for help on using the changeset viewer.