Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #13 from lovoo/change_packagecloud_repo_lovooOS
Browse files Browse the repository at this point in the history
change repo for packagecloud from lovoo to lovooOS
  • Loading branch information
tecbot authored Nov 18, 2016
2 parents 85c8d66 + e8d7362 commit a799d49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ build-deb:

.PHONY: release-package
release-package:
package_cloud push lovoo/prometheus-exporters/debian/jessie build/*.deb
package_cloud push lovoo/prometheus-exporters/debian/stretch build/*.deb
package_cloud push lovooOS/prometheus-exporters/debian/jessie build/*.deb
package_cloud push lovooOS/prometheus-exporters/debian/stretch build/*.deb
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,12 @@ IPMI Exporter for prometheus.io, written in Go.
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

## Package repositories

Debian repo quick install:
curl -s https://packagecloud.io/install/repositories/LovooOS/prometheus-exporters/script.deb.sh | sudo bash

You can find package repositories for other systems and how to add it to the system on [packagecloud.io/LovooOS/](https://packagecloud.io/LovooOS/prometheus-exporters/install):

Special thanks to [packagecloud.io](https://packagecloud.io/) for hosting our packages.

0 comments on commit a799d49

Please sign in to comment.