Skip to content

Commit 5eb6f80

Browse files
authored
Changes for building dpkgs (#1244)
1 parent 215e73d commit 5eb6f80

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

tests/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class GithubRepoDownloadHelperTest(test_lib.BaseTestCase):
2020
_DOWNLOAD_URL = 'https://github.com/ForensicArtifacts/artifacts/releases'
2121

2222
_PROJECT_NAME = 'artifacts'
23-
_PROJECT_VERSION = '20240518'
23+
_PROJECT_VERSION = '20250913'
2424

2525
def testGetPackageDownloadURLs(self):
2626
"""Tests the GetPackageDownloadURLs function."""

utils/build_dpkg-source.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
11
#!/bin/bash
22

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-
103
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

Comments
 (0)