Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wile Coyote
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Geant DevOps
Wile Coyote
Commits
95e81272
Unverified
Commit
95e81272
authored
Aug 17, 2022
by
Max Adamo
Browse files
Options
Downloads
Patches
Plain Diff
updated README.md
parent
33e86c78
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Description.txt
+3
-0
3 additions, 0 deletions
Description.txt
README.md
+5
-5
5 additions, 5 deletions
README.md
setup.py
+1
-2
1 addition, 2 deletions
setup.py
stdeb.cfg
+0
-1
0 additions, 1 deletion
stdeb.cfg
with
9 additions
and
8 deletions
Description.txt
0 → 100644
+
3
−
0
View file @
95e81272
== A tool to manage certificate lifecycle on Vault, Redis, Consul
this tool is used in conjunction with certbot to upload certificates to Vault, Redis and Consul
This diff is collapsed.
Click to expand it.
README.md
+
5
−
5
View file @
95e81272
...
...
@@ -4,8 +4,8 @@
## Build & Install the package
The version number is define in
`./version/__init__.py`
\
W
e assume that we
have
version
`0.5.0`
The version number is define
d
in
`./version/__init__.py`
\
In this README w
e assume that we
are using
version
`0.5.0`
### Use pip
...
...
@@ -18,17 +18,17 @@ pip install dist wile_coyote-0.5.0-py3-none-any.whl
```
sh
python3 setup.py bdist_rpm
rpm
-Uvh
dist/wile_coyote-0.5.0-1.noarch.rpm
sudo
rpm
-Uvh
dist/wile_coyote-0.5.0-1.noarch.rpm
```
### Use DEB
sudo is required for both install the packages and create the debian package
\
`DEB_BUILD_OPTIONS=nocheck`
is necessary because
`dh_auto_test`
reset
`$HOME`
and the unit test will not find
`acme.ini`
`DEB_BUILD_OPTIONS=nocheck`
is required because
`dh_auto_test`
resets
`$HOME`
variable and the unit test fails because it won't find
`acme.ini`
```
sh
sudo
apt
install
python3-stdeb fakeroot python-all dh-python
DEB_BUILD_OPTIONS
=
nocheck python3 setup.py
--command-packages
=
stdeb.command bdist_deb
sudo
dpkg
-i
deb_dist/python3-wile-coyote_0.5.0-1_all.deb
```
## create README.rst
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
2
View file @
95e81272
...
...
@@ -21,7 +21,7 @@ setup(
name
=
"
wile_coyote
"
,
version
=
VERSION
,
description
=
"
A tool to manage certificates on Vault, Redis, Consul
"
,
long_description
=
read
(
'
README.rs
t
'
),
long_description
=
read
(
'
Description.tx
t
'
),
url
=
"
https://gitlab.geant.net/devops/wile_coyote
"
,
install_requires
=
[
'
configparser==5.0.2
'
,
...
...
@@ -41,7 +41,6 @@ setup(
zip_safe
=
False
)
print
(
'
removing stale items
'
)
for
stale_files
in
glob
(
'
*/*.pyc
'
)
+
glob
(
'
wile_coyote-*tar.gz
'
):
try
:
...
...
This diff is collapsed.
Click to expand it.
stdeb.cfg
+
0
−
1
View file @
95e81272
[DEFAULT]
Copyright-File:
LICENSE.md
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment