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
#!/bin/sh

# Launchpad.net ubuntu packages builds
# This script expects configuration file as parameter (see e.g. nightly.cfg)

[ ! "$1" ] && echo "Usage: $0 file.cfg" > /dev/stderr && exit 1
set -e

# read the variables from config file
. "$1"

# create the source packages
DISTS="$LP_DISTS"
TMP="$LP_TMP"
. "$RES_DIR/dsccreate.sh"

for dist in $LP_DISTS; do
dput $DPUT_OPTS "upp-$dist" "$TMP/upp_${VERSION}-${BUILD}~${dist}0_source.changes"
done

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

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)
r4490 by dolik on Jan 29, 2012   Diff
.lpbuild2: packaging improvements (RM
#244
All revisions of this file

File info

Size: 450 bytes, 19 lines

File properties

svn:eol-style
native
svn:executable
*
Powered by Google Project Hosting