https://github.com/dropbox/changes-artifacts
Artifact store server and client for Changes
https://github.com/dropbox/changes-artifacts
Last synced: 8 months ago
JSON representation
Artifact store server and client for Changes
- Host: GitHub
- URL: https://github.com/dropbox/changes-artifacts
- Owner: dropbox
- License: apache-2.0
- Created: 2015-06-29T21:58:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-11-05T18:52:55.000Z (over 9 years ago)
- Last Synced: 2025-06-10T03:11:20.279Z (about 1 year ago)
- Language: Go
- Homepage: http://changes-dropbox.readthedocs.org/en/latest/
- Size: 185 KB
- Stars: 4
- Watchers: 30
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***NOTICE: THIS REPO IS NO LONGER UPDATED***
Changes Artifacts
=================
An artifact server and client for use with changes. Used for storing
the results of builds in Amazon S3.
This project is in its infancy - even more so than changes itself -
and so is unstable.
There is a test suite and test environment for this project - run
"fig up" in the client/ directory to run it. This runs against
fake-s3 so there is no need for S3 credentials.
Building deb package
--------------------
```
host$ vagrant up
host$ vagrant ssh
VM$ sudo chown -R vagrant:vagrant src/
VM$ work
VM$ make
```