We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 215e73d commit 5eb6f80Copy full SHA for 5eb6f80
2 files changed
tests/update.py
@@ -20,7 +20,7 @@ class GithubRepoDownloadHelperTest(test_lib.BaseTestCase):
20
_DOWNLOAD_URL = 'https://github.com/ForensicArtifacts/artifacts/releases'
21
22
_PROJECT_NAME = 'artifacts'
23
- _PROJECT_VERSION = '20240518'
+ _PROJECT_VERSION = '20250913'
24
25
def testGetPackageDownloadURLs(self):
26
"""Tests the GetPackageDownloadURLs function."""
utils/build_dpkg-source.sh
@@ -1,12 +1,3 @@
1
#!/bin/bash
2
3
-GPG_SESSION_FILE="/tmp/gpg-session-$$"
4
-
5
-touch ${GPG_SESSION_FILE}
6
7
-# Trigger GPG to unlock the passphrase for GPG agent.
8
-gpg -q -d ${GPG_SESSION_FILE}
9
10
PYTHONPATH=. python3 ./tools/build.py --builds-directory ../l2tbuilds/dpkg-source --downloads-directory ../l2tbuilds/downloads $* dpkg-source
11
12
-rm -f ${GPG_SESSION_FILE}
0 commit comments