|
@@ -15,7 +15,7 @@
|
|
|
],
|
|
|
"apt": [
|
|
|
"recipe[workstation::_resolver]",
|
|
|
- "recipe[workstation::_apt]"
|
|
|
+ "recipe[apt_repositories::_official]"
|
|
|
],
|
|
|
"genie": [
|
|
|
"recipe[workstation::_resolver]",
|
|
@@ -23,7 +23,7 @@
|
|
|
],
|
|
|
"packages": [
|
|
|
"recipe[workstation::_resolver]",
|
|
|
- "recipe[workstation::_apt]",
|
|
|
+ "recipe[apt_repositories::_official]",
|
|
|
"recipe[workstation::_packages]"
|
|
|
]
|
|
|
},
|
|
@@ -31,6 +31,26 @@
|
|
|
|
|
|
],
|
|
|
"cookbook_locks": {
|
|
|
+ "apt_repositories": {
|
|
|
+ "version": "0.1.0",
|
|
|
+ "identifier": "e368c3f81c58ea9e61d71f7e194a127d5cbf0544",
|
|
|
+ "dotted_decimal_identifier": "64010010603837674.44580622894504266.20329636234564",
|
|
|
+ "source": "cookbooks/apt_repositories",
|
|
|
+ "cache_key": null,
|
|
|
+ "scm_info": {
|
|
|
+ "scm": "git",
|
|
|
+ "remote": null,
|
|
|
+ "revision": "5d2590c383e0ca6db1e143aa562de61878051113",
|
|
|
+ "working_tree_clean": false,
|
|
|
+ "published": false,
|
|
|
+ "synchronized_remote_branches": [
|
|
|
+
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "source_options": {
|
|
|
+ "path": "cookbooks/apt_repositories"
|
|
|
+ }
|
|
|
+ },
|
|
|
"ark": {
|
|
|
"version": "6.0.4",
|
|
|
"identifier": "dc2c6c730cb7a74869039cd07d9e2d9c80df6924",
|
|
@@ -125,6 +145,10 @@
|
|
|
},
|
|
|
"solution_dependencies": {
|
|
|
"Policyfile": [
|
|
|
+ [
|
|
|
+ "apt_repositories",
|
|
|
+ "= 0.1.0"
|
|
|
+ ],
|
|
|
[
|
|
|
"ark",
|
|
|
"= 6.0.4"
|
|
@@ -151,6 +175,9 @@
|
|
|
]
|
|
|
],
|
|
|
"dependencies": {
|
|
|
+ "apt_repositories (0.1.0)": [
|
|
|
+
|
|
|
+ ],
|
|
|
"ark (6.0.4)": [
|
|
|
[
|
|
|
"seven_zip",
|
|
@@ -187,6 +214,10 @@
|
|
|
[
|
|
|
"resolver",
|
|
|
">= 0.0.0"
|
|
|
+ ],
|
|
|
+ [
|
|
|
+ "apt_repositories",
|
|
|
+ ">= 0.0.0"
|
|
|
]
|
|
|
]
|
|
|
}
|