My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# PRODUCTION CONFIGURATION FOR NIGHTLY DEB BUILDS

# General settings
##################
# source tarball
SRC="$(ls /home/upp/upload/upp-x11-src-*.tar.gz | tail -n 1)"
# what program to use for signing (here a wrapper that supplies passphrase)
GPG_PROG="/home/upp/bin/gpg-extpass"
# gpg key fingerprint to use
GPG_KEY="0CE4194D"
# maintainer
MAINTAINER="Jan Dolinar <dolik.rce@seznam.cz>"
# options to pass to dpkg-buildpackage
BUILDPKGOPTS="-k$GPG_KEY -sgpg -p$GPG_PROG --source-option=--auto-commit"
# do we build stable release? (set to "yes" to point the watch file to sf.net)
STABLE=0
# build number (should be 1, unless already built version is being repackaged)
BUILD=1
# where to look for additional files (makefiles,settings etc.), this is in most
# cases the same directory as the one where this scripts resides
RES_DIR="$(dirname $(cd ${0%/*} 2>/dev/null || true; echo $PWD/${0##*/}))"

# Launchpad build specific settings
###################################
# dists to be build
LP_DISTS="lucid maverick natty oneiric precise"
# path for temporary files
LP_TMP="~/lpbuild.tmp"
# options to pass to dput
DPUT_OPTS="-c $RES_DIR/dput.cfg"

# Local build specific settings
###############################
# dists to be build
LOCAL_DISTS="squeeze wheezy sid"
# architectures to be build
ARCHS="amd64 i386"
# path for temporary files
LOCAL_TMP="~/localbuild.tmp"
#number of jobs for parallel building
JOBS=4

Change log

r4741 by dolik on Apr 3, 2012   Diff
.lpbuild2: debug packages, various fixes
and improvements
Go to: 
Project members, sign in to write a code review

Older revisions

r4599 by dolik on Feb 15, 2012   Diff
.uppbox: lpbuild2 settings
r4581 by dolik on Feb 13, 2012   Diff
.lpbuild2: packaging improvements (RM
#244)
r4499 by dolik on Jan 30, 2012   Diff
.lpbuild2: packaging development (#RM
244)
All revisions of this file

File info

Size: 1414 bytes, 41 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting