Skip to content

Commit

Permalink
Remove FITS
Browse files Browse the repository at this point in the history
This updates the MCPClient package specifications to not depend on
FITS and removes references to the fits-nailgun service.
  • Loading branch information
replaceafill committed Sep 13, 2024
1 parent b88ebcf commit a5958ce
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion debs/jammy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
make -C ./archivematica-storage-service
make -C ./archivematica
make -C ./bulk_extractor
make -C ./fits
make -C ./jhove
make -C ./temporal-ui

Expand Down
2 changes: 0 additions & 2 deletions debs/jammy/archivematica/debian-MCPClient/control
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Depends:
clamav-daemon,
ffmpeg (>= 7:3.0),
libavcodec-extra58,
fits (>= 1.1.0),
gearman,
imagemagick (>=8:6.7.7.10),
inkscape,
Expand All @@ -30,7 +29,6 @@ Depends:
md5deep,
mediaconch (>= 18.03),
mediainfo,
nailgun,
nfs-common,
openjdk-8-jre-headless,
p7zip-full,
Expand Down
2 changes: 0 additions & 2 deletions rpms/EL8/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ all: build createrepo

build:
make -C ./siegfried
make -C ./nailgun
make -C ./fits
make -C ./jhove
make -C ./cadence
make -C ./cadence-web
Expand Down
2 changes: 0 additions & 2 deletions rpms/EL9/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ build:
make -C ./archivematica
make -C ./archivematica-storage-service
make -C ./siegfried
make -C ./nailgun
make -C ./fits
make -C ./jhove
make -C ./cadence
make -C ./cadence-web
Expand Down
1 change: 0 additions & 1 deletion rpms/EL9/archivematica/archivematica.spec
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ Requires: md5deep
Requires: uuid
# Packages from Archivematica repo
Requires: siegfried
Requires: fits
Requires: atool
Requires: jhove
# Packages from https://forensics.cert.org/
Expand Down
2 changes: 0 additions & 2 deletions tests/archivematica/EL9/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ sudo -u root bash -c "echo 'ARCHIVEMATICA_MCPCLIENT_MCPCLIENT_SEARCH_ENABLED=${s

sudo -u root systemctl enable archivematica-mcp-client
sudo -u root systemctl start archivematica-mcp-client
sudo -u root systemctl enable fits-nailgun
sudo -u root systemctl start fits-nailgun
sudo -u root systemctl enable clamd@scan
sudo -u root systemctl start clamd@scan

Expand Down
2 changes: 0 additions & 2 deletions tests/archivematica/jammy/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ sudo service archivematica-mcp-client restart
sudo service archivematica-storage-service start
sudo service archivematica-dashboard restart
sudo service nginx restart
sudo systemctl enable fits-nailgun
sudo service fits-nailgun start

sudo -u archivematica bash -c " \
set -a -e -x
Expand Down

0 comments on commit a5958ce

Please sign in to comment.