This repository was archived by the owner on Apr 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ sudo apt-get install linux-image-extra-$(uname -r)
170170
171171Make sure the following is installed:
172172```
173- sudo apt install dh-python
173+ sudo apt install dh-python flex byacc quilt
174174```
175175
176176For the GPG signing part, running over SSH with a gpg-agent running might
@@ -194,7 +194,7 @@ git clone https://github.com/log2timeline/l2tdevtools
194194
195195Make the build environment:
196196```
197- mkdir /tmp/build
197+ mkdir /tmp/build ; cd /tmp/build
198198```
199199
200200First we need 2 files, ` post-dpkg-source.sh ` :
@@ -234,12 +234,13 @@ release.
234234Start the build:
235235
236236```
237- PYTHONPATH=. python tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions bionic, focal,jammy
237+ PYTHONPATH=. python3 tools/build.py --build-directory=/tmp/build/ --project docker-explorer dpkg-source --distributions focal,jammy,kinetic
238238```
239239
240240Then upload the packages to the PPA:
241241
242242```
243+ cd /tmp/build/
243244dput ppa:docker-explorer-devs_staging docker-explorer_<VERSION>_source.changes
244245```
245246
@@ -257,6 +258,7 @@ First make sure the proper version is set in `docker-explorer/__init__.py`.
257258Then run
258259
259260```
261+ sudo apt install twine
260262python3 setup.py sdist
261263python3 -m twine upload dist/*
262264```
You can’t perform that action at this time.
0 commit comments