-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from mackerelio/bump-version-0.0.1
Release version 0.0.1
- Loading branch information
Showing
6 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# Changelog | ||
|
||
## 0.0.1 (2015-10-07) | ||
|
||
* Fix release tools | ||
|
||
## 0.0.0 (2015-10-07) | ||
|
||
* Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
mackerel-check-plugins (0.0.1-1) stable; urgency=low | ||
|
||
* Fix release tools | ||
|
||
-- itchyny <[email protected]> Wed, 07 Oct 2015 18:50:45 +0900 | ||
|
||
mackerel-check-plugins (0.0.0-1) unstable; urgency=low | ||
|
||
* Initial release | ||
|
||
-- itchyny <[email protected]> Wed, 7 Oct 2015 12:00:00 +0900 | ||
-- itchyny <[email protected]> Wed, 07 Oct 2015 12:00:00 +0900 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
%define __targetdir /usr/local/bin | ||
|
||
Name: mackerel-check-plugins | ||
Version: 0.0.0 | ||
Version: 0.0.1 | ||
Release: 1 | ||
License: Commercial | ||
Summary: macekrel.io check plugins | ||
|
@@ -25,7 +25,7 @@ mackerel.io check plugins | |
|
||
%{__mkdir} -p %{buildroot}%{__targetdir} | ||
|
||
for i in http file-age procs;do \ | ||
for i in file-age http procs;do \ | ||
%{__install} -m0755 %{_sourcedir}/build/check-$i %{buildroot}%{__targetdir}/; \ | ||
done | ||
|
||
|
@@ -37,5 +37,8 @@ done | |
%{__targetdir} | ||
|
||
%changelog | ||
* Wed Oct 7 2015 itchyny <[email protected]> 0.0.0 | ||
* Wed Oct 07 2015 <[email protected]> - 0.0.1 | ||
- Fix release tools | ||
|
||
* Wed Oct 07 2015 <[email protected]> - 0.0.0 | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters