circleci_redirection
Version, currently master branch1 version
- master branchlatestOct 20, 2018
github.com/Schniz/circleci_redirection
Use Circle CI's artifact system to host binaries and documentation
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
circleci_redirection:
github: Schniz/circleci_redirection
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.26.1- License
- MIT
- Author
- Gal Schlezinger
- Target
circleci_redirectionfrom src/circleci_redirection.cr
Dependencies
Runtime Dependencies
- kemal*github: kemalcr/kemal
README
CircleCI Artifact Redirection
This service redirects you to the latest build artifacts in CircleCI. It can help you use Circle CI's artifact system to provide binaries or even serve your documentation.
Usage
There is one route to this service:
/:lookup/github/:repo_owner/:repo/:branch/*path
Parameters
All parameters are case sensitive!
:lookupcan befilefor exact file, orwildcardto support wildcards:repo_owneris the github organization or username:repois the github repository name:branchis the branch name*pathis the rest of the path. Iflookupiswildcard, you can use wildcards to find files easily.
Examples
/file/github/TechMagister/couchdb.cr/master/docs/index.htmlwill redirect you to the docs of the CouchDB.cr crystal shard. Try it here!/wildcard/github/crystal-lang/crystal/master/*linux-x86_64.tar.gzwould give you the latest nightly Crystal release. Try it here!
Contributing
- Fork it (https://github.com/Schniz/circleci_redirection/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
- :moneybag:
Contributors
- Schniz Gal Schlezinger - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Oct 20, 2018
- Crystal
0.26.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/Schniz/circleci_redirection
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 14, 2026
- Synced
- Aug 14, 2026
- Versions
- 1