Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 346 Bytes

RBackup client

This is Scala implementation of client for RBackup.

Readme TBD :-)

Build (release)

#!/usr/bin/fish

./.travis.sh

env VERSION=$argv[1] \
    SENTRY_DSN="https://[email protected]/1234" \
    sbt ";clean;setVersionInSources;setSentryDsnInSources;dist"

The SENTRY_DSN is optional.