Skip to content
This repository has been archived by the owner on Jun 18, 2021. It is now read-only.

Commit

Permalink
Bug 1353642 - bump {beetmover,balrog}workers to use 3.1.0 scriptworke…
Browse files Browse the repository at this point in the history
…r and corresponding deps. r=aki

MozReview-Commit-ID: 4gkc39cLtt6

--HG--
extra : rebase_source : 5564979da444930e507b5c5783d9ccd0ebf52205
extra : amend_source : e78398af213fea9155d054ed6817ae14b0d13061
  • Loading branch information
Mihai Tabara committed Apr 6, 2017
1 parent ccff2a1 commit 2d6aa70
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 34 deletions.
43 changes: 23 additions & 20 deletions modules/balrog_scriptworker/manifests/init.pp
Expand Up @@ -21,29 +21,29 @@
mode => 700,
packages => [
"PyYAML==3.12",
"aiohttp==1.2.0",
"appdirs==1.4.0",
"aiohttp==2.0.5",
"appdirs==1.4.3",
"arrow==0.10.0",
"async-timeout==1.1.0",
"async-timeout==1.2.0",
"chardet==2.3.0",
"defusedxml==0.4.1",
"defusedxml==0.5.0",
"frozendict==1.2",
"jsonschema==2.5.1",
"jsonschema==2.6.0",
"mohawk==0.3.4",
"multidict==2.1.4",
"packaging==16.8",
"pexpect==4.2.1",
"ptyprocess==0.5.1",
"pyparsing==2.1.10",
"pyparsing==2.2.0",
"python-dateutil==2.6.0",
"python-gnupg==0.4.0",
"requests==2.13.0",
"scriptworker==2.6.0",
"scriptworker==3.1.0",
"six==1.10.0",
"slugid==1.0.7",
"taskcluster==1.0.2",
"taskcluster==1.2.0",
"virtualenv==15.1.0",
"yarl==0.8.1",
"yarl==0.10.0",
];
}

Expand All @@ -54,21 +54,24 @@
user => "${users::builder::username}",
group => "${users::builder::group}",
packages => [
"appdirs==1.4.3",
"arrow==0.10.0",
"asn1crypto==0.22.0",
"balrogclient==0.0.1",
"balrogscript==0.1.0",
"boto==2.41.0",
"cffi==1.8.3",
"cryptography==1.2.3",
"enum34==1.1.2",
"idna==2.0",
"ipaddress==1.0.16",
"jsonschema==2.4.0",
"mar==1.2",
"pyasn1==0.1.9",
"pycparser==2.14",
"cffi==1.10.0",
"cryptography==1.8.1",
"enum34==1.1.6",
"idna==2.5",
"ipaddress==1.0.18",
"jsonschema==2.6.0",
"mar==2.0",
"packaging==16.8",
"pyasn1==0.2.3",
"pycparser==2.17",
"pyparsing==2.2.0",
"python-dateutil==2.6.0",
"requests==2.8.1",
"requests==2.13.0",
"six==1.10.0",
];
}
Expand Down
29 changes: 15 additions & 14 deletions modules/beetmover_scriptworker/manifests/init.pp
Expand Up @@ -18,38 +18,39 @@
group => "${users::builder::group}",
mode => 700,
packages => [
"Jinja2==2.9.5",
"Jinja2==2.9.6",
"PyYAML==3.12",
"MarkupSafe==0.23",
"aiohttp==1.2.0",
"appdirs==1.4.0",
"MarkupSafe==1.0",
"aiohttp==2.0.5",
"appdirs==1.4.3",
"arrow==0.10.0",
"async-timeout==1.1.0",
"async-timeout==1.2.0",
"beetmoverscript==0.4.4",
"boto3==1.4.4",
"botocore==1.5.7",
"botocore==1.5.36",
"chardet==2.3.0",
"defusedxml==0.4.1",
"docutils==0.12",
"defusedxml==0.5.0",
"docutils==0.13.1",
"frozendict==1.2",
"future==0.16.0",
"jmespath==0.9.1",
"jsonschema==2.5.1",
"jmespath==0.9.2",
"jsonschema==2.6.0",
"mohawk==0.3.4",
"multidict==2.1.4",
"packaging==16.8",
"pexpect==4.2.1",
"ptyprocess==0.5.1",
"pyparsing==2.1.10",
"pyparsing==2.2.0",
"python-dateutil==2.6.0",
"python-gnupg==0.4.0",
"requests==2.13.0",
"s3transfer==0.1.10",
"scriptworker==2.6.0",
"scriptworker==3.1.0",
"six==1.10.0",
"slugid==1.0.7",
"taskcluster==1.0.2",
"taskcluster==1.2.0",
"virtualenv==15.1.0",
"yarl==0.8.1",
"yarl==0.10.0",
];
}

Expand Down

0 comments on commit 2d6aa70

Please sign in to comment.