Drop --remote-user configuration option again.

* as Ingo has pointed out, the remote user settings doesn't
  relate to the build configuration at all, so setting the
  remote user via HAIKU_REMOTE_USER in UserBuildConfig or
  via shell environment is the way to go
* additionally: drop debug output
This commit is contained in:
Oliver Tappe
2014-01-22 17:31:26 +01:00
parent e0d1cc186a
commit 68f8b94e2a
2 changed files with 0 additions and 9 deletions
-1
View File
@@ -644,7 +644,6 @@ actions UploadPackages1
if [ -n "$remoteUser" ]; then
remote="$remoteUser@$remote"
fi
echo $remote
if [ -n "$(HAIKU_REMOTE_REPOSITORY_PACKAGES:E=:J)" ]; then
for package in $(HAIKU_REMOTE_REPOSITORY_PACKAGES) ; do