Skip to content
Snippets Groups Projects
Select Git revision
  • a2b5e77568876f0b61feb3aa3a15415d39534bfb
  • master default protected
  • beta/202506161038
  • stable/20250613.0
  • nightly/20250613.0
  • beta/202506101658
  • stable/20250610.0
  • nightly/20250610.0
  • beta/202506091027
  • beta/202506061543
  • nightly/20250605.0
  • beta/202506051039
  • beta/202506051002
  • beta/202506041611
  • beta/202506041335
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
22 results

SipInputPanel.qml

Blame
  • 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