File tree 5 files changed +5
-11
lines changed
5 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ create_venv(
179
179
site_packages_extra_files = [":sitecustomize.py" ],
180
180
whls = [
181
181
"@rrdtool_native//:rrdtool_python_wheel" ,
182
+ "//packages/cmk-werks:wheel" ,
182
183
] + select ({
183
184
"@//:gpl_repo" : [],
184
185
"@//:gpl+enterprise_repo" : [
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ If you want to see the changes of a specific version and maybe filter the
11
11
changes in a flexible way, please check out the list of changes on our
12
12
website (https://checkmk.com/werks), see the werk list in your site (click
13
13
"Help" in the navigation bar, then "Change log (Werks)") or execute the
14
- "./ werk list" command from the git directory of Checkmk.
14
+ "scripts/run-uvenv werk list" command from the git directory of Checkmk.
15
15
16
16
From the git of Check_MK, you can create the ChangeLog file with the command
17
17
"make `pwd`/ChangeLog".
Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ STAGES:
320
320
scripts/run-uvenv python3 -m cmk.werks.utils changelog CHANGELOG precompiled.json &>> ${RESULTS}/werk_commands.txt
321
321
# we don't have access to the fixup notes in ci, we might have to fetch them, or temporarily disable this check:
322
322
scripts/run-uvenv python3 -m cmk.utils.werks mail . HEAD werk_mail --assume-no-notes-but=$(git log --before="$(date --date="4 weeks ago" --iso=seconds)" --format="%H" --max-count=1) &>> ${RESULTS}/werk_commands.txt
323
- scripts/run-uvenv ./ werk list &>> ${RESULTS}/werk_commands.txt
323
+ scripts/run-uvenv werk list &>> ${RESULTS}/werk_commands.txt
324
324
TEXT_ON_SKIP : " No Werk code files changed"
325
325
RESULT_CHECK_FILE_PATTERN : " results/werk_commands.txt"
326
326
Original file line number Diff line number Diff line change @@ -76,10 +76,12 @@ format_multirun(
76
76
77
77
py_wheel (
78
78
name = "wheel" ,
79
+ console_scripts = {"werk" : "cmk.werks.cli:main" },
79
80
distribution = "cmk-werks" ,
80
81
strip_path_prefixes = ["packages/cmk-werks" ],
81
82
# TODO: Duplicated from pyproject.toml
82
83
version = "1.0.0" ,
84
+ visibility = ["//visibility:public" ],
83
85
deps = [":cmk-werks" ],
84
86
)
85
87
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments