diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 10:29:58 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-10-03 10:37:34 +0300 |
commit | 6e1a8ad89ef08da2b92ac38a8ee1a625eef3b527 (patch) | |
tree | ffd8bb0cf638b71d9a19f4b24c0bd5772c29766f /solenv/bin/packager.pl | |
parent | c8a12c166245bac6fedfee86eae7f8266a333992 (diff) |
Bin Hamburg "build server" and BSCLIENT stuff
Diffstat (limited to 'solenv/bin/packager.pl')
-rw-r--r-- | solenv/bin/packager.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/solenv/bin/packager.pl b/solenv/bin/packager.pl index 75d929ab86d6..8f4838e3b94a 100644 --- a/solenv/bin/packager.pl +++ b/solenv/bin/packager.pl @@ -47,8 +47,7 @@ my $packagelist = packager::files::read_file($packager::globals::packlistname); my $targets = packager::work::create_package_todos($packagelist); -if ( $ENV{'BSCLIENT'} ) { packager::work::start_build_server($targets); } -else { packager::work::execute_system_calls($targets); } +packager::work::execute_system_calls($targets); if ( $packager::globals::logging ) { |