# rclone-arangodb **Repository Path**: mirrors_arangodb/rclone-arangodb ## Basic Information - **Project Name**: rclone-arangodb - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-04 - **Last Updated**: 2026-05-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rclone-arangodb This repository was made to deliver recompiled rclone versions included into ArangoDB . branches releases. Each . branch tied to the specific rclone version which cannot be changed over time to remain backwards compatibility. However in case of any additional CVEs there is a need to rebuild it with newer toolchain (either by raising golang version or updating dependent components). ## How to make a release ### Prerequisites In order to make a release with newer toolchain the following prerequisites are required: - `git` latest stable version - `docker` latest stable version ### Steps - create a commit with necessary changes if needed: - set `golang` version within `./toolchain.env` - check `.` used rclone version in `rclone.env` and produced targets within `targets.env` - update `./make_release.sh` script in case dependant components of rclone must be upgraded - update ./release.env to set a release ``: `echo TIMESTAMP=$(date +%Y%m%d%H%M%S) > ./release.env` - run `./make_release.sh` to produce necessary binaries: - `golang---` folder with necessary structure and binaries should be produced - push local changes to GitHub - make tagged release `golang--` with artifacts and structure of the produced local folder of the tag's name