diff --git a/brozzler/pywb.py b/brozzler/pywb.py old mode 100755 new mode 100644 diff --git a/setup.py b/setup.py index 0a9c33d..8a9a962 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ import setuptools setuptools.setup( name='brozzler', - version='1.1b3.dev51', + version='1.1b3.dev52', description='Distributed web crawling with browsers', url='https://github.com/internetarchive/brozzler', author='Noah Levitt', diff --git a/vagrant/ansible/roles/brozzler-worker/tasks/main.yml b/vagrant/ansible/roles/brozzler-worker/tasks/main.yml index c514cf4..a4ec194 100644 --- a/vagrant/ansible/roles/brozzler-worker/tasks/main.yml +++ b/vagrant/ansible/roles/brozzler-worker/tasks/main.yml @@ -1,4 +1,8 @@ --- +- name: ensure canonical partner repo is in apt sources.list + apt_repository: repo='deb http://archive.canonical.com/ubuntu trusty partner' + state=present + become: true - name: ensure required packages are installed become: true apt: name={{item}} state=present @@ -28,7 +32,7 @@ - zlib1g-dev - gcc - libpython3.4-dev - - git + - adobe-flashplugin - name: install Xvnc upstart config /etc/init/Xvnc.conf template: src=templates/Xvnc.conf.j2 dest=/etc/init/Xvnc.conf become: true