diff --git a/drydocker/autoconf/build.sh b/drydocker/autoconf/build.sh index 518617f..94c0b13 100755 --- a/drydocker/autoconf/build.sh +++ b/drydocker/autoconf/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/copenhagen/build.sh b/drydocker/copenhagen/build.sh index 518617f..94c0b13 100755 --- a/drydocker/copenhagen/build.sh +++ b/drydocker/copenhagen/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/iRony/build.sh b/drydocker/iRony/build.sh index 518617f..94c0b13 100755 --- a/drydocker/iRony/build.sh +++ b/drydocker/iRony/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/kolab-freebusy/build.sh b/drydocker/kolab-freebusy/build.sh index 518617f..94c0b13 100755 --- a/drydocker/kolab-freebusy/build.sh +++ b/drydocker/kolab-freebusy/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/kolab-hkccp/build.sh b/drydocker/kolab-hkccp/build.sh index 518617f..94c0b13 100755 --- a/drydocker/kolab-hkccp/build.sh +++ b/drydocker/kolab-hkccp/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/kolab-syncroton/build.sh b/drydocker/kolab-syncroton/build.sh index 518617f..94c0b13 100755 --- a/drydocker/kolab-syncroton/build.sh +++ b/drydocker/kolab-syncroton/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/kolab-webadmin/build.sh b/drydocker/kolab-webadmin/build.sh index 518617f..94c0b13 100755 --- a/drydocker/kolab-webadmin/build.sh +++ b/drydocker/kolab-webadmin/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/libkolab/build.sh b/drydocker/libkolab/build.sh index 518617f..94c0b13 100755 --- a/drydocker/libkolab/build.sh +++ b/drydocker/libkolab/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/libkolabxml/build.sh b/drydocker/libkolabxml/build.sh index 518617f..94c0b13 100755 --- a/drydocker/libkolabxml/build.sh +++ b/drydocker/libkolabxml/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/php-net_ldap/build.sh b/drydocker/php-net_ldap/build.sh index 518617f..94c0b13 100755 --- a/drydocker/php-net_ldap/build.sh +++ b/drydocker/php-net_ldap/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/pykolab/build.sh b/drydocker/pykolab/build.sh index 518617f..94c0b13 100755 --- a/drydocker/pykolab/build.sh +++ b/drydocker/pykolab/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/roundcubemail-plugins-kolab/build.sh b/drydocker/roundcubemail-plugins-kolab/build.sh index 518617f..94c0b13 100755 --- a/drydocker/roundcubemail-plugins-kolab/build.sh +++ b/drydocker/roundcubemail-plugins-kolab/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $? diff --git a/drydocker/roundcubemail/build.sh b/drydocker/roundcubemail/build.sh index 518617f..94c0b13 100755 --- a/drydocker/roundcubemail/build.sh +++ b/drydocker/roundcubemail/build.sh @@ -1,26 +1,27 @@ #!/bin/bash set -x docker run -it \ --attach=stdout \ --attach=stderr \ --detach=false \ + --volume=/root/.oscrc:/root/.oscrc \ -e "ID=${id}" \ -e "COMMIT=${commit}" \ -e "DIFFERENTIAL=${differential}" \ -e "PACKAGE=${package}" \ -e "PHAB_CERT=${PHAB_CERT}" \ -e "PHAB_USER=${PHAB_USER}" \ -e "PHID=${phid}" \ -e "URI=${uri}" \ -e "RO_URI=${ro_uri}" \ -e "VCS=${vcs}" \ -e "TEST_BUILD=${test_build}" \ -e "TEST_FUNCTIONAL=${test_functional}" \ -e "TEST_INTEGRATION=${test_integration}" \ -e "TEST_PERFORMANCE=${test_performance}" \ -e "TEST_UNIT=${test_unit}" \ kolab/ci-maipo exit $?