Skip to content

Commit

Permalink
Removed bdist_rpm configuration (ForensicArtifacts#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Mar 17, 2024
1 parent dcb57f8 commit 2b479bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 21 deletions.
2 changes: 1 addition & 1 deletion artifacts/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
"""ForensicArtifacts.com Artifact Repository."""

__version__ = '20240303'
__version__ = '20240317'
4 changes: 2 additions & 2 deletions config/dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
artifacts (20240303-1) unstable; urgency=low
artifacts (20240317-1) unstable; urgency=low

* Auto-generated

-- Forensic artifacts <[email protected]> Sun, 03 Mar 2024 10:03:58 +0100
-- Forensic artifacts <[email protected]> Sun, 17 Mar 2024 10:35:23 +0100
10 changes: 5 additions & 5 deletions docs/sources/background/Stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ The artifact definitions can be found in the
[artifacts/data directory](https://github.com/ForensicArtifacts/artifacts/tree/main/artifacts/data) and the format is described
in detail in the [Style Guide](https://artifacts.readthedocs.io/en/latest/sources/Format-specification.html).

Status of the repository as of 2024-03-03
Status of the repository as of 2024-03-17

Description | Number
--- | ---
Number of artifact definitions: | 831
Number of file paths: | 2280
Number of artifact definitions: | 832
Number of file paths: | 2284
Number of Windows Registry key paths: | 677

### Artifact definition source types
Expand All @@ -18,7 +18,7 @@ Identifier | Number
--- | ---
ARTIFACT_GROUP | 47
COMMAND | 10
FILE | 546
FILE | 547
PATH | 28
REGISTRY_KEY | 57
REGISTRY_VALUE | 116
Expand All @@ -31,5 +31,5 @@ Identifier | Number
Darwin | 213
ESXi | 16
Linux | 248
Windows | 379
Windows | 380

14 changes: 1 addition & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = artifacts
version = 20240303
version = 20240317
description = ForensicArtifacts.com Artifact Repository.
long_description = A free, community-sourced, machine-readable knowledge base of forensic artifacts that the world can use both as an information source and within other tools.
long_description_content_type = text/plain
Expand Down Expand Up @@ -41,17 +41,5 @@ console_scripts =
stats = artifacts.scripts.stats:Main
validator = artifacts.scripts.validator:Main

[bdist_rpm]
release = 1
packager = Forensic artifacts <[email protected]>
doc_files =
ACKNOWLEDGEMENTS
AUTHORS
LICENSE
README
build_requires = python3-setuptools
requires =
python3-pyyaml >= 3.10

[bdist_wheel]
universal = 1

0 comments on commit 2b479bc

Please sign in to comment.