Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
NotificationsYou must be signed in to change notification settings

arangodb/rclone-arangodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository was made to deliver recompiled rclone versions included intoArangoDB . branches releases.

Each . branch tied to the specific rclone version which cannot bechanged over time to remain backwards compatibility. However in case of anyadditional CVEs there is a need to rebuild it with newer toolchain (either byraising golang version or updating dependent components).

How to make a release

Prerequisites

In order to make a release with newer toolchain the following prerequisites arerequired:

  • git latest stable version
  • docker latest stable version

Steps

  • create a commit with necessary changes if needed:
    • setgolang version within./toolchain.env
    • check<MAJOR>.<MINOR> used rclone version inrclone.env and producedtargets withintargets.env
    • update./make_release.sh script in case dependant components of rclonemust be upgraded
    • update ./release.env to set a release<TIMESTAMP>:echo TIMESTAMP=$(date +%Y%m%d%H%M%S) > ./release.env
  • run./make_release.sh to produce necessary binaries:
    • golang-<GO_VERSION>-<COMMIT>-<TIMESTAMP> folder with necessary structure and binariesshould be produced
  • push local changes to GitHub
  • make tagged releasegolang-<GO_VERSION>-<COMMIT> with artifacts andstructure of the produced local folder of the tag's name

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp