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

Last change on this file since 729 was 724, checked in by dmik, 9 years ago

rpmbuild-bot: Initial version 1.0.

RPM Build Bot is a major update of the former netlabs-rpmbuild.sh script.

File size: 630 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 netdrive directory that maps to rpm.netlabs.org over WEBDAV.
21RPM_NETLABS_ORG_DIR="Y:/webdav/rpm.netlabs.org"
Note: See TracBrowser for help on using the repository browser.