Skip to content
This repository was archived by the owner on Apr 17, 2026. It is now read-only.

Commit 4a2f5fe

Browse files
authored
Update README.md
1 parent 1621a0c commit 4a2f5fe

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ sudo apt-get install linux-image-extra-$(uname -r)
170170

171171
Make sure the following is installed:
172172
```
173-
sudo apt install dh-python
173+
sudo apt install dh-python flex byacc quilt
174174
```
175175

176176
For 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

195195
Make the build environment:
196196
```
197-
mkdir /tmp/build
197+
mkdir /tmp/build ; cd /tmp/build
198198
```
199199

200200
First we need 2 files, `post-dpkg-source.sh`:
@@ -234,12 +234,13 @@ release.
234234
Start 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

240240
Then upload the packages to the PPA:
241241

242242
```
243+
cd /tmp/build/
243244
dput 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`.
257258
Then run
258259

259260
```
261+
sudo apt install twine
260262
python3 setup.py sdist
261263
python3 -m twine upload dist/*
262264
```

0 commit comments

Comments
 (0)