diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-06-11 13:33:59 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-06-11 13:33:59 +0200 |
commit | c5b8484dd2dd50a209dfbc12e190e4d490a03d4b (patch) | |
tree | e07771f6df70c20682657e032fe202fde86d5574 | |
parent | 2fa993d455940ff528c0b5f3390815f90e8697be (diff) | |
download | jenkins.debian.net-c5b8484dd2dd50a209dfbc12e190e4d490a03d4b.tar.xz |
reproducible debian: install python3-xdg on jenkins as need by the previous commits
-rwxr-xr-x | update_jdn.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index b23dcd0f..db1001b0 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -326,6 +326,7 @@ if [ -f /etc/debian_version ] ; then poxml procmail python3-debian + python3-xdg python3-yaml python-arpy python-hachoir-metadata |