Overview
Comment:root password not required: -rfakeroot takes care of dpkg-buildpackage.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/master | trunk
Files: files | file ages | folders
SHA3-256: 42e608dc4faa65671e52c55b0e20eadb069e6aed271434587d2b9b2cd4f0cc46
User & Date: geraint@users.sourceforge.net on 2004-08-17 12:23:59.000
Other Links: branch diff | manifest | tags
Context
2004-08-17
15:51:13
Uses wildcard matching to get all example directories. check-in: 241be7cf79 user: geraint@users.sourceforge.net tags: origin/master, trunk
12:23:59
root password not required: -rfakeroot takes care of dpkg-buildpackage. check-in: 42e608dc4f user: geraint@users.sourceforge.net tags: origin/master, trunk
2004-08-13
09:49:13
Only use one level of MTT_work to prevent MTT from repeatedly copying or creating the same files. check-in: 35cd4a902b user: geraint@users.sourceforge.net tags: origin/master, trunk
Changes
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
31
32
33
34
35
36
37







38
39
40
41
42
43
44







-
-
-
-
-
-
-








error ()
{
    echo $0: error: ${1:-"unknown error"} - aborting.
    exit 1
}

# should be root for some of these commands
if [ ! `whoami` = "root" ]; then
    echo root password required
    exec su -p -c "$0 $*"
    error "root authorisation failed"
fi

# use -email and -name to change
DEBFULLNAME=${DEBFULLNAME:-"Geraint Paul Bevan"}
DEBEMAIL=${DEBEMAIL:-"geraint@users.sourceforge.net"}

# default switches
default_sources="sourceforge"
default_logtext="snapshot from ${default_sources}."

MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]