[Buildbot-commits] [buildbot/buildbot-infra] f9bad4: Fix venv_home_dir to be the home directory

GitHub noreply at github.com
Mon May 4 01:45:55 UTC 2015


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot-infra
  Commit: f9bad4f0b02a7e6d14d4677fc31008107682da70
      https://github.com/buildbot/buildbot-infra/commit/f9bad4f0b02a7e6d14d4677fc31008107682da70
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  Fix venv_home_dir to be the home directory

The home directory needs to the actual home directory. Instead try to
make the venv_name be a directory path.


  Commit: 4e92753408173c36dc7244e2c66a9078ec0d9905
      https://github.com/buildbot/buildbot-infra/commit/4e92753408173c36dc7244e2c66a9078ec0d9905
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  No longer a global env_name variable

Reference buildbot_net.env_name instead of just env_name.


  Commit: f2f7003165facf8c065a04114ca8993af4595652
      https://github.com/buildbot/buildbot-infra/commit/f2f7003165facf8c065a04114ca8993af4595652
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  The key name is just 'slave_dir'


  Commit: db0e8501832f2f8111628278feaf41e30b8ca118
      https://github.com/buildbot/buildbot-infra/commit/db0e8501832f2f8111628278feaf41e30b8ca118
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M secrets.yml

  Log Message:
  -----------
  Set the master for buildbot.net


  Commit: ace7e3792f4e68ef38e894570eea14bb52f92458
      https://github.com/buildbot/buildbot-infra/commit/ace7e3792f4e68ef38e894570eea14bb52f92458
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  Install the python package to get the 'python' wrapper

The virtualenv setup assumes 'python' exists. It should probably be
changed to expect 'python2' instead.


  Commit: 9b7b5c70ae41475c6f9c999bb951773f5f4d6b23
      https://github.com/buildbot/buildbot-infra/commit/9b7b5c70ae41475c6f9c999bb951773f5f4d6b23
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  Also need sqlite3 installed


  Commit: 89f0ba4a040e66ff92b59823ac9e6c17b818a80e
      https://github.com/buildbot/buildbot-infra/commit/89f0ba4a040e66ff92b59823ac9e6c17b818a80e
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  Install node and npm


  Commit: ffa6e856bf7c07c35aac88e9866d94f62509a807
      https://github.com/buildbot/buildbot-infra/commit/ffa6e856bf7c07c35aac88e9866d94f62509a807
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M group_vars/all

  Log Message:
  -----------
  Add SSH host keys for ftp.int.buildbot.net port 2200


  Commit: 8be63b9f9085a3a3d36826201ff4e1ab401fef21
      https://github.com/buildbot/buildbot-infra/commit/8be63b9f9085a3a3d36826201ff4e1ab401fef21
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml
    M secrets.yml

  Log Message:
  -----------
  Set private key and known_hosts for bslave1


  Commit: e018ed0a2273cf5a438c9d48ff921c89c16cc7e5
      https://github.com/buildbot/buildbot-infra/commit/e018ed0a2273cf5a438c9d48ff921c89c16cc7e5
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    A roles/ssh-client/known_hosts/defaults/main.yml
    A roles/ssh-client/known_hosts/tasks/main.yml
    A roles/ssh-client/known_hosts/templates/known_hosts.j2

  Log Message:
  -----------
  Create role to manage known_hosts file


  Commit: 4a1183f08bac55c5ad630d1ad5bde3edddc31227
      https://github.com/buildbot/buildbot-infra/commit/4a1183f08bac55c5ad630d1ad5bde3edddc31227
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    A roles/ssh-client/key/tasks/main.yml

  Log Message:
  -----------
  Create role to manage ssh private keys

Creating a role that creates a single private key to prevent output from
with_items to be printed to stdout.


  Commit: c785d133aac9379e14cb5efa385574490e1ec575
      https://github.com/buildbot/buildbot-infra/commit/c785d133aac9379e14cb5efa385574490e1ec575
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-ftp.yml

  Log Message:
  -----------
  Add public key to FTP's authorized_keys


  Commit: 3d339d1bc5e77a6ad5fcda0a36199c99dfac5b7c
      https://github.com/buildbot/buildbot-infra/commit/3d339d1bc5e77a6ad5fcda0a36199c99dfac5b7c
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-bslave1.yml

  Log Message:
  -----------
  It's a list, use the first element


  Commit: 58acc0efbb58f06d1f4907860060f7e01fb81442
      https://github.com/buildbot/buildbot-infra/commit/58acc0efbb58f06d1f4907860060f7e01fb81442
  Author: Sean Kelly <code at katron.org>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M jail-ftp.yml

  Log Message:
  -----------
  Remove old buildbot.net key


  Commit: b8cdb5c259bbba69631327e106a2b15ff8e357f4
      https://github.com/buildbot/buildbot-infra/commit/b8cdb5c259bbba69631327e106a2b15ff8e357f4
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2015-05-03 (Sun, 03 May 2015)

  Changed paths:
    M group_vars/all
    M jail-bslave1.yml
    M jail-ftp.yml
    A roles/ssh-client/key/tasks/main.yml
    A roles/ssh-client/known_hosts/defaults/main.yml
    A roles/ssh-client/known_hosts/tasks/main.yml
    A roles/ssh-client/known_hosts/templates/known_hosts.j2
    M secrets.yml

  Log Message:
  -----------
  Merge seankelly/buildbot-infra:bslave1 (PR #96)


Compare: https://github.com/buildbot/buildbot-infra/compare/87db5b903b90...b8cdb5c259bb


More information about the Commits mailing list