https://github.com/boxuk/leiningen-rpm
Leiningen RPM
https://github.com/boxuk/leiningen-rpm
Last synced: 6 months ago
JSON representation
Leiningen RPM
- Host: GitHub
- URL: https://github.com/boxuk/leiningen-rpm
- Owner: boxuk
- Created: 2013-06-06T14:52:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T16:17:42.000Z (almost 13 years ago)
- Last Synced: 2025-06-05T17:46:20.741Z (about 1 year ago)
- Size: 71.3 KB
- Stars: 3
- Watchers: 50
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leiningen RPM
This repository contains a spec file which will build an RPM for a specific
version of Leiningen. The package will be named 'boxuk-leiningen' to avoid
naming conflicts should an official pakcage become available and supported.
## Usage
To update to new versions of Leiningen you should just need to update the
*_lein_version* %define in the spec file, then create a new annotated tag
and start the build.
```
git describe # show latest tag
git tag -a XXX -m 'message'
git push --tags
```
Then after running the build on Jenkins the package will be available in
the unstable Box UK repo.