Skip to content

Commit

Permalink
Update jb dependencies from local to git (grafana#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev authored Aug 14, 2024
1 parent 7a59ff3 commit 55e1152
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 36 deletions.
14 changes: 8 additions & 6 deletions jvm-mixin/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
"dependencies": [
{
"source": {
"local": {
"directory": "../common-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
"local": {
"directory": "../jvm-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "jvm-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down
14 changes: 8 additions & 6 deletions jvm-observ-lib/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"dependencies": [
{
"source": {
"local": {
"directory": "../common-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
Expand All @@ -20,11 +21,12 @@
},
{
"source": {
"local": {
"directory": "../process-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "process-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down
7 changes: 4 additions & 3 deletions kafka-mixin/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@
},
{
"source": {
"local": {
"directory": "../kafka-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "kafka-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down
21 changes: 12 additions & 9 deletions kafka-observ-lib/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,30 @@
},
{
"source": {
"local": {
"directory": "../common-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
"local": {
"directory": "../zookeeper-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "zookeeper-observ-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
"local": {
"directory": "../jvm-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "jvm-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down
14 changes: 8 additions & 6 deletions spring-boot-mixin/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,21 @@
"dependencies": [
{
"source": {
"local": {
"directory": "../common-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
"local": {
"directory": "../jvm-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "jvm-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down
14 changes: 8 additions & 6 deletions zookeeper-observ-lib/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,21 @@
},
{
"source": {
"local": {
"directory": "../common-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": ""
"version": "master"
},
{
"source": {
"local": {
"directory": "../jvm-observ-lib"
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "jvm-observ-lib"
}
},
"version": ""
"version": "master"
}
],
"legacyImports": true
Expand Down

0 comments on commit 55e1152

Please sign in to comment.