mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
play around with which versions of things we want from each package
This commit is contained in:
parent
fe5a50f0b6
commit
265e6087e7
1 changed files with 3 additions and 5 deletions
|
|
@ -67,7 +67,6 @@ parts:
|
|||
- -bin
|
||||
- -**/RECORD
|
||||
- -**/pycparser
|
||||
- -**/cffi
|
||||
- -**/*.so
|
||||
- -**/wheel
|
||||
- -lib64
|
||||
|
|
@ -85,10 +84,8 @@ parts:
|
|||
stage:
|
||||
- -pyvenv.cfg
|
||||
- -**/__pycache__
|
||||
- -bin
|
||||
- -**/RECORD
|
||||
- -**/pycparser
|
||||
- -**/cffi
|
||||
- -**/*.so
|
||||
- -**/wheel
|
||||
- -lib64
|
||||
|
|
@ -110,8 +107,8 @@ parts:
|
|||
- -bin
|
||||
- -**/RECORD
|
||||
- -**/pycparser
|
||||
- -**/cffi
|
||||
- -**/*.so
|
||||
# - -**/cffi
|
||||
# - -**/*.so
|
||||
- -**/wheel
|
||||
- -lib64
|
||||
- -**/certbot/
|
||||
|
|
@ -133,6 +130,7 @@ parts:
|
|||
- wheel
|
||||
stage:
|
||||
- -**/certbot/
|
||||
- -bin
|
||||
stage-packages:
|
||||
- python3-venv
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue