Selaa lähdekoodia

Update 'etckeeper' reference to upstream

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO 2 vuotta sitten
vanhempi
commit
444785142e
2 muutettua tiedostoa jossa 9 lisäystä ja 10 poistoa
  1. 8 9
      base.lock.json
  2. 1 1
      base.rb

+ 8 - 9
base.lock.json

@@ -1,5 +1,5 @@
 {
-  "revision_id": "7c19f64e85bd0a18715c6c2292bdccf43bb73785d984083d44df3d1c82aa24f3",
+  "revision_id": "dc5e642fa00efb5c52c2c12c8c1e4063ebaba786ef87f6a7696fd72ba9d86001",
   "name": "base",
   "run_list": [
     "recipe[workstation::default]"
@@ -44,14 +44,13 @@
     },
     "etckeeper": {
       "version": "1.0.5",
-      "identifier": "9b92284183c509f542fcd8a3bb955fa435d64aa6",
-      "dotted_decimal_identifier": "43789322985653513.69035023027911573.105158882511526",
-      "cache_key": "etckeeper-2e76184ec29bad14d58a62cf495f36c298f0231c",
-      "origin": "https://github.com/jmauro/etckeeper-cookbook",
+      "identifier": "653d395ae3ffec2a31d0b6ba44b5b0613c3d3e03",
+      "dotted_decimal_identifier": "28496289195098092.11876721510466741.193931668962819",
+      "cache_key": "etckeeper-06692da3b4db493b6abd3c939857f1adab8a14c9",
+      "origin": "https://github.com/pioneerit/etckeeper-cookbook",
       "source_options": {
-        "git": "https://github.com/jmauro/etckeeper-cookbook",
-        "revision": "2e76184ec29bad14d58a62cf495f36c298f0231c",
-        "branch": "master-next"
+        "git": "https://github.com/pioneerit/etckeeper-cookbook",
+        "revision": "06692da3b4db493b6abd3c939857f1adab8a14c9"
       }
     },
     "git": {
@@ -98,7 +97,7 @@
       "scm_info": {
         "scm": "git",
         "remote": null,
-        "revision": "ef07b674f0db1e9f01856f9093b31f757ac3614d",
+        "revision": "a7589aad0c410064d8aa2c766ecf5740a64fd673",
         "working_tree_clean": false,
         "published": false,
         "synchronized_remote_branches": [

+ 1 - 1
base.rb

@@ -41,7 +41,7 @@ named_run_list :packages, @named_run_lists[:apt] + [
 
 # Specify a custom source for a single cookbook:
 # cookbook 'example_cookbook', path: '../cookbooks/example_cookbook'
-cookbook 'etckeeper', git: 'https://github.com/jmauro/etckeeper-cookbook', branch: 'master-next'
+cookbook 'etckeeper', git: 'https://github.com/pioneerit/etckeeper-cookbook'
 cookbook 'git', git: 'https://github.com/jmauro/git', branch: 'config_file_scope'
 cookbook 'resolver', git: 'https://github.com/jmauro/resolver', branch: 'atomic_update'