2024-05-10 22:21:04 +02:00
|
|
|
This is intended to be documentation for developers working on the archivebox_ynh package
|
2021-09-06 17:14:05 +02:00
|
|
|
|
2024-05-10 22:21:04 +02:00
|
|
|
## 1. Modify the Manifest.toml
|
|
|
|
Replace the following fields:
|
|
|
|
replace "version"
|
|
|
|
(under "resources.sources.main") replace "url", "sha256"
|
2021-09-06 17:14:05 +02:00
|
|
|
|
|
|
|
|
2024-05-10 22:21:04 +02:00
|
|
|
|
|
|
|
## 2. Modify conf/requirements.txt
|
|
|
|
requirements.txt contains a single line, which correlates to the archivebox upstream pip install script;
|
2024-05-10 22:21:32 +02:00
|
|
|
e.g. in requirements.txt `archivebox==0.7.2;` from `pip install --upgrade 'archivebox==0.7.2'`
|