Skip to content

Commit f587e78

Browse files
committed
AM 1.18.0 + SS 0.24.0
1 parent dc65efe commit f587e78

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

administrators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1475,7 +1475,7 @@ platform (Transifex).
14751475
.. _`SCOPE documentation`: https://github.com/CCA-Public/scope
14761476
.. _`Swift documentation for large objects`: https://docs.openstack.org/swift/latest/overview_large_objects.html
14771477
.. _`Boto3`: https://github.com/boto/boto3
1478-
.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.23.x/install/README.md#logging-configuration
1478+
.. _`installation README.md`: https://github.com/artefactual/archivematica-storage-service/blob/stable/0.22.x/install/README.md#logging-configuration
14791479
.. _`logging configuration`: https://github.com/artefactual/archivematica-storage-service/blob/e68825db8819aceaa426a6066d612e810bf52ddd/install/storageService.logging.json
14801480
.. _`Boto3 developers`: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/core/boto3.html#boto3.set_stream_logger
14811481
.. _`rclone`: https://rclone.org

conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@
7777
# built documents.
7878
#
7979
# The short X.Y version.
80-
version = "0.23"
80+
version = "0.24"
8181
# The full version, including alpha/beta/rc tags.
82-
release = "0.23.0"
82+
release = "0.24.0"
8383

8484
# The language for content autogenerated by Sphinx. Refer to documentation
8585
# for a list of supported languages.

install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Create and configure the virtualenv, and add source code. ::
4848

4949
python3.9 -m venv $HOME/ss-venv
5050
source $HOME/ss-venv/bin/activate
51-
git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.23.x
51+
git clone https://github.com/artefactual/archivematica-storage-service.git --branch stable/0.24.x
5252
cd archivematica-storage-service
5353
pip install -r requirements.txt
5454

management.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A full list of commands can be retrieved as follows:
1616
source /etc/default/archivematica-storage-service || \
1717
source /etc/sysconfig/archivematica-storage-service \
1818
|| (echo 'Environment file not found'; exit 1)
19-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
19+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
2020
help
2121
";
2222
@@ -29,7 +29,7 @@ If you want to see the help message of a specific command, try:
2929
source /etc/default/archivematica-storage-service || \
3030
source /etc/sysconfig/archivematica-storage-service \
3131
|| (echo 'Environment file not found'; exit 1)
32-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
32+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
3333
help create_aip_replicas
3434
";
3535
@@ -59,7 +59,7 @@ Replicator locations.
5959
source /etc/default/archivematica-storage-service || \
6060
source /etc/sysconfig/archivematica-storage-service \
6161
|| (echo 'Environment file not found'; exit 1)
62-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
62+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
6363
create_aip_replicas
6464
";
6565

migration-sqlite-mysql.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Make sure that you take a back up of your SQLite database before you proceed.
2727
source /etc/default/archivematica-storage-service || \
2828
source /etc/sysconfig/archivematica-storage-service \
2929
|| (echo 'Environment file not found'; exit 1)
30-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
30+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
3131
dumpdata \
3232
--exclude=auth.permission --exclude=contenttypes --exclude=sessions.session --natural-foreign --natural-primary --indent 4 -o /tmp/datadump.json
3333
";
@@ -53,7 +53,7 @@ Make sure that you take a back up of your SQLite database before you proceed.
5353
source /etc/default/archivematica-storage-service || \
5454
source /etc/sysconfig/archivematica-storage-service \
5555
|| (echo 'Environment file not found'; exit 1)
56-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
56+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
5757
migrate
5858
";
5959

@@ -64,7 +64,7 @@ Make sure that you take a back up of your SQLite database before you proceed.
6464
source /etc/default/archivematica-storage-service || \
6565
source /etc/sysconfig/archivematica-storage-service \
6666
|| (echo 'Environment file not found'; exit 1)
67-
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.storage_service.manage \
67+
/usr/share/archivematica/virtualenvs/archivematica-storage-service/bin/python -m archivematica.storage_service.manage \
6868
loaddata /tmp/datadump.json
6969
";
7070

0 commit comments

Comments
 (0)