Revision e362ec5b
Added by Renato Botelho about 9 years ago
tools/builder_common.sh | ||
---|---|---|
1938 | 1938 |
print_error_pfS |
1939 | 1939 |
fi |
1940 | 1940 |
|
1941 |
if [ -z "${USE_PKG_REPO_STAGING}" ]; then |
|
1941 |
if [ -z "${USE_PKG_REPO_STAGING}" -o -z "${PKG_FINAL_RSYNC_HOSTNAME}" ]; then
|
|
1942 | 1942 |
return |
1943 | 1943 |
fi |
1944 | 1944 |
|
Also available in: Unified diff
Do not send files to final place if hostname is empty