ampm v1.2.2
Bugfix release
How to install
The easiest way is by running:
curl -fsSL https://github.com/Wazzaps/ampm/releases/latest/download/get_ampm.sh | sudo sh
But you can also download ampm.tar.gz
, extract it to /opt/ampm/
, then run install /opt/ampm/ampm.sh /usr/local/bin/ampm
, and then put your repo uri in /opt/ampm/repo_uri
.
A python installation is not required
Changelog
Bugfixes
--remote-path
can point to artifacts outside repo dir (it's an absolute path now)- Removed error message in each run when tmp files weren't created
Known issues
- Uploads and downloads require whole file to be in RAM, need to replace with streaming implementation
- Upload reads the file multiple times (for hashing, and for actual upload). Can it be combined?
Full Changelog: v1.2.1...v1.2.2