source: rpmbuild-bot/rpmbuild-bot-local.sh

Last change on this file was 1033, checked in by dmik, 8 years ago

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 size: 829 bytes
Line 
1#!/bin/sh
2
3#
4# rpmbuild-bot-local.sh: RPM Build Bot site-specific configuration example.
5#
6# Author: Dmitriy Kuminov <coding@dmik.org>
7#
8# This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
9# WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
10#
11# Synopsis
12# --------
13#
14# This script sets up the site-specific rpmbuild-bot configuration necessary
15# to build RPM packages with rpmbuild-bot.sh.
16#
17# Copy it to your $HOME directory and alter accordng to the build site.
18#
19
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
25# Local netdrive directory that maps to rpm.netlabs.org over WEBDAV.
26RPM_NETLABS_ORG_DIR="Y:/webdav/rpm.netlabs.org"
Note: See TracBrowser for help on using the repository browser.