Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boxuk/leiningen-rpm
Leiningen RPM
https://github.com/boxuk/leiningen-rpm
Last synced: about 2 months ago
JSON representation
Leiningen RPM
- Host: GitHub
- URL: https://github.com/boxuk/leiningen-rpm
- Owner: boxuk
- Created: 2013-06-06T14:52:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-09T16:17:42.000Z (over 11 years ago)
- Last Synced: 2024-04-14T11:50:55.290Z (9 months ago)
- Size: 71.3 KB
- Stars: 3
- Watchers: 51
- 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.