Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Network Health
sbws
Commits
1b1fbdbf
Commit
1b1fbdbf
authored
Feb 04, 2022
by
juga
Browse files
fix: maint: Require mako library to create release
parent
7536a3ff
Pipeline
#26760
failed with stages
in 11 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/maint/release.py
View file @
1b1fbdbf
...
...
@@ -51,6 +51,12 @@ try:
except
ImportError
:
print
(
"Please, install gitchangelog: `pip install gitchangelog`"
)
sys
.
exit
(
1
)
# Not used directly, but gitchangelog depends on it
try
:
import
mako
# noqa
except
ImportError
:
print
(
"Please, install mako: `pip install mako`"
)
sys
.
exit
(
1
)
import
sbws
...
...
Georg Koppen
@gk
mentioned in merge request
!123 (merged)
·
Feb 25, 2022
mentioned in merge request
!123 (merged)
mentioned in merge request !123
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment