summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-10-05 12:09:20 +0200
committerBernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>2015-10-05 12:09:20 +0200
commitdc69f3604bdfec114cb176ca9e60ab193a5afa72 (patch)
treeefade37ab2c5c27ae9b203589c19b05203f208ea
parent034e6950a1936e192ce1fff2f23bca0da71c691d (diff)
downloadscripts-dc69f3604bdfec114cb176ca9e60ab193a5afa72.tar.gz
Update to reflect current reality
Signed-off-by: Bernhard Rosenkränzer <Bernhard.Rosenkranzer@linaro.org>
-rwxr-xr-xlco2
-rw-r--r--settings4
2 files changed, 3 insertions, 3 deletions
diff --git a/lco b/lco
index 7b1e0fa..43a3e93 100755
--- a/lco
+++ b/lco
@@ -17,7 +17,7 @@ if $PRIVATE; then
SERVER=ssh://$PRIVUSER@dev-private-review.linaro.org:29418/$TREE.git
shift
else
- SERVER=ssh://$USER@android.git.linaro.org:29418/$TREE.git
+ SERVER=ssh://$USER@android-review.linaro.org:29418/$TREE.git
fi
OK=false
diff --git a/settings b/settings
index c7c821a..7a67153 100644
--- a/settings
+++ b/settings
@@ -1,7 +1,7 @@
# username on android.git.linaro.org
-USER=bero
+USER=bernhard.rosenkranzer
# user on dev-private-review.linaro.org
-PRIVUSER=bernhard.rosenkranzer
+PRIVUSER=$USER
# Email address to be used in git commits (if different from what is set by
# git config --global)
EMAIL=Bernhard.Rosenkranzer@linaro.org