Skip to content

Commit

Permalink
EKG packages (#563)
Browse files Browse the repository at this point in the history
* Added ekg-core-0.1.1.7.0.0.0.0.1

From https://github.com/input-output-hk/ekg at f5e0d198cf741a4b6749ebbb769fddf72178f15b

* Added ekg-json-0.1.0.7.0.0.0.0.2

From https://github.com/input-output-hk/ekg at f5e0d198cf741a4b6749ebbb769fddf72178f15b

* Added ekg-0.4.0.15.0.0.0.0.2

From https://github.com/input-output-hk/ekg at f5e0d198cf741a4b6749ebbb769fddf72178f15b

* Add codeowners and fix add-from-github.sh
  • Loading branch information
jasagredo authored Nov 13, 2023
1 parent 86ecb69 commit 9ca494e
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@ _sources/hydra-* @input-output-hk/hydra-engineering
# performance-tracing
_sources/cardano-topology @input-output-hk/performance-tracing
_sources/cardano-tracer @input-output-hk/performance-tracing
_sources/ekg @input-output-hk/performance-tracing
_sources/ekg-core @input-output-hk/performance-tracing
_sources/ekg-forward @input-output-hk/performance-tracing
_sources/ekg-json @input-output-hk/performance-tracing
_sources/iohk-monitoring @input-output-hk/performance-tracing
Expand Down
4 changes: 4 additions & 0 deletions _sources/ekg-core/0.1.1.7.0.0.0.0.1/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
timestamp = 2023-11-13T16:03:57Z
github = { repo = "input-output-hk/ekg", rev = "f5e0d198cf741a4b6749ebbb769fddf72178f15b" }
subdir = 'ekg-core'
force-version = true
4 changes: 4 additions & 0 deletions _sources/ekg-json/0.1.0.7.0.0.0.0.2/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
timestamp = 2023-11-13T16:08:57Z
github = { repo = "input-output-hk/ekg", rev = "f5e0d198cf741a4b6749ebbb769fddf72178f15b" }
subdir = 'ekg-json'
force-version = true
4 changes: 4 additions & 0 deletions _sources/ekg/0.4.0.15.0.0.0.0.2/meta.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
timestamp = 2023-11-13T16:05:05Z
github = { repo = "input-output-hk/ekg", rev = "f5e0d198cf741a4b6749ebbb769fddf72178f15b" }
subdir = 'ekg'
force-version = true
2 changes: 1 addition & 1 deletion scripts/add-from-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function usage {
exit
}

optstring=":hr:v:"
optstring=":hf:"

OVERWRITE_VERSION=

Expand Down

0 comments on commit 9ca494e

Please sign in to comment.