Rev | Line | |
---|
[724] | 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.
|
---|
[889] | 21 | RPM_NETLABS_ORG_DIR="Y:/webdav/rpm.netlabs.org"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.