-
Notifications
You must be signed in to change notification settings - Fork 399
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7f07b40
commit 623bc2d
Showing
1 changed file
with
7 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,12 +30,15 @@ export DISPLAY | |
ulimit -c unlimited | ||
export USERNAME BASH_ENV LD_LIBRARY_PATH DISPLAY | ||
|
||
# no user name needed for github url, login credential controlled in local ssh config | ||
GitRoot=ssh://[email protected]/eclipse | ||
GitRoot_DTP=ssh://[email protected]/gitroot/datatools | ||
|
||
# change the branch name for different build | ||
BranchName=Luna | ||
dtp_BranchName=master | ||
|
||
# Remember to change this to match the real working directory | ||
# change this when you change the build working folder | ||
WORKING_DIR=/home/adb/releng.440 | ||
LOG_FILE=adb.log | ||
|
||
|
@@ -62,8 +65,11 @@ proc=$$ | |
# sets sign Ant property | ||
########################################################################## | ||
sign="" | ||
# remote target folder for BIRT | ||
signDirectory=/home/data/httpd/download-staging.priv/birt | ||
# remote working folder, change if you use a different signer account. | ||
signHomeDir=/home/data/users/zqian | ||
# credential is in local bash config | ||
signUsername=$SIGN_USER | ||
signPassword=$SIGN_PASSWD | ||
signServer=build.eclipse.org | ||
|