Skip to content

Commit 3dd7a91

Browse files
authored
Changes for deployment (#657)
1 parent 7888856 commit 3dd7a91

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

artifacts/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""ForensicArtifacts.com Artifact Repository."""
33

4-
__version__ = '20260127'
4+
__version__ = '20260207'

config/dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
artifacts (20260127-1) unstable; urgency=low
1+
artifacts (20260207-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Forensic artifacts <forensicartifacts@googlegroups.com> Tue, 27 Jan 2026 05:51:24 +0100
5+
-- Forensic artifacts <forensicartifacts@googlegroups.com> Sat, 07 Feb 2026 09:23:07 +0100
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
usr/lib/python3*/dist-packages/artifacts/*.py
2-
usr/lib/python3*/dist-packages/artifacts*.egg-info/*
2+
usr/lib/python3*/dist-packages/artifacts*.dist-info/*

config/dpkg/rules

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
.PHONY: override_dh_auto_test
77
override_dh_auto_test:
88

9+
910
.PHONY: override_dh_auto_install
1011
override_dh_auto_install:
1112
dh_auto_install
12-
mkdir -p debian/tmp/usr/share/artifacts/
13-
mv debian/tmp/usr/lib/python*/dist-packages/artifacts/data/* debian/tmp/usr/share/artifacts/
13+
mkdir -p debian/tmp/usr/share/artifacts
14+
mv debian/tmp/usr/lib/python*/dist-packages/artifacts/data/* debian/tmp/usr/share/artifacts
1415
rmdir debian/tmp/usr/lib/python*/dist-packages/artifacts/data
15-
find debian/tmp/usr/bin/ -type f -exec {} {}.py \;
16+
find debian/tmp/usr/bin/ -type f -exec mv {} {}.py \;
1617

docs/sources/background/Stats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ The artifact definitions can be found in the
44
[artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described
55
in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).
66

7-
Status of the repository as of 2026-01-27
7+
Status of the repository as of 2026-02-07
88

99
Description | Number
1010
--- | ---
1111
Number of artifact definitions: | 839
12-
Number of file paths: | 2338
12+
Number of file paths: | 2339
1313
Number of Windows Registry key paths: | 677
1414

1515
### Artifact definition source types

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "artifacts"
7-
version = "20260127"
7+
version = "20260207"
88
description = "ForensicArtifacts.com Artifact Repository"
99
maintainers = [
1010
{ name = "Forensic artifacts", email = "forensicartifacts@googlegroups.com" },

0 commit comments

Comments
 (0)