Select Git revision
-
Tristan Matthews authored
* #7491: merged control files, added dh_shlibdeps macro to plugins/rules, added 12.04 (precise) to distributions
Tristan Matthews authored* #7491: merged control files, added dh_shlibdeps macro to plugins/rules, added 12.04 (precise) to distributions
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
setenv.sh 714 B
#!/bin/bash
#####################################################
# File Name: setenv.sh
#
# Purpose :
#
# Author: Julien Bonjean (julien@bonjean.info)
#
# Creation Date: 2009-12-15
# Last Modified: 2009-12-15 18:16:52 -0500
#####################################################
# home directory
export ROOT_DIR=${HOME}
# gpg passphrase file
export GPG_FILE="${ROOT_DIR}/.gpg-sflphone"
export EDITOR="echo"
export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository"
export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system"
export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad"
LAUNCHPAD_DISTRIBUTIONS=( "lucid" "maverick" "natty" "oneiric" "precise")
export LAUNCHPAD_DISTRIBUTIONS