Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
boilr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nimrod
boilr
Commits
f626ea98
Commit
f626ea98
authored
8 years ago
by
Tamer Tas
Browse files
Options
Downloads
Patches
Plain Diff
release: v0.3.0
parent
6b3cf465
No related branches found
No related tags found
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
README.md
+1
-1
1 addition, 1 deletion
README.md
install
+2
-2
2 additions, 2 deletions
install
pkg/boilr/configuration.go
+1
-1
1 addition, 1 deletion
pkg/boilr/configuration.go
wiki/Installation.md
+1
-1
1 addition, 1 deletion
wiki/Installation.md
with
6 additions
and
6 deletions
.travis.yml
+
1
−
1
View file @
f626ea98
...
...
@@ -3,7 +3,7 @@ sudo: false
matrix
:
include
:
-
go
:
1.7
env
:
VERSION=0.
2
.0
env
:
VERSION=0.
3
.0
before_deploy
:
-
GOARCH=amd64 GOOS=linux CGO_ENABLED=0 go build boilr.go && tar czvf boilr-$VERSION-linux_amd64.tgz boilr
...
...
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
f626ea98
...
...
@@ -5,7 +5,7 @@ Boilr
<br>
<a
href=
"http://travis-ci.org/tmrts/boilr"
><img
alt=
"Build Status"
src=
"https://img.shields.io/travis/tmrts/boilr.svg?style=flat-square"
/></a>
<a
href=
"https://github.com/tmrts/boilr/blob/master/LICENSE"
><img
alt=
"License"
src=
"https://img.shields.io/badge/license-Apache%20License%202.0-E91E63.svg?style=flat-square"
/></a>
<a
href=
"https://github.com/tmrts/boilr/releases"
><img
alt=
"Release Version"
src=
"https://img.shields.io/badge/release-v0.
2
.0-blue.svg?style=flat-square"
/></a>
<a
href=
"https://github.com/tmrts/boilr/releases"
><img
alt=
"Release Version"
src=
"https://img.shields.io/badge/release-v0.
3
.0-blue.svg?style=flat-square"
/></a>
<a
href=
"http://goreportcard.com/report/tmrts/boilr"
><img
alt=
"Code Quality"
src=
"https://img.shields.io/badge/report%20card-A%2B-F44336.svg?style=flat-square"
/></a>
<a
href=
"https://godoc.org/github.com/tmrts/boilr"
><img
alt=
"Documentation"
src=
"https://img.shields.io/badge/godoc-reference-5272B4.svg?style=flat-square"
/></a>
<a
href=
"https://gitter.im/tmrts/boilr"
><img
alt=
"Chat Room"
src=
"https://img.shields.io/badge/chat-on%20gitter-00BCD4.svg?style=flat-square"
/></a>
...
...
This diff is collapsed.
Click to expand it.
install
+
2
−
2
View file @
f626ea98
...
...
@@ -2,8 +2,8 @@
set
-u
[[
"
$@
"
=
~
--pre
]]
&&
version
=
0.
2
.0
pre
=
1
||
version
=
0.
2
.0
pre
=
0
[[
"
$@
"
=
~
--pre
]]
&&
version
=
0.
3
.0
pre
=
1
||
version
=
0.
3
.0
pre
=
0
# If stdin is a tty, we are "interactive".
interactive
=
...
...
This diff is collapsed.
Click to expand it.
pkg/boilr/configuration.go
+
1
−
1
View file @
f626ea98
...
...
@@ -16,7 +16,7 @@ const (
AppName
=
"boilr"
// Version of the application
Version
=
"0.
2
.0"
Version
=
"0.
3
.0"
// ConfigDirPath is the configuration directory of the application
ConfigDirPath
=
".config/boilr"
...
...
This diff is collapsed.
Click to expand it.
wiki/Installation.md
+
1
−
1
View file @
f626ea98
...
...
@@ -11,7 +11,7 @@ releases [here](https://github.com/tmrts/boilr/releases). Grab the one the suits
your architecture and operating system and start using it.
# Building from Source
Make sure you have setup a Go >=1.
6
development environment and the
`GOPATH`
Make sure you have setup a Go >=
1.
7
development environment and the
`GOPATH`
environment variable is configured
(see
[
official docs
](
https://golang.org/doc/code.html#GOPATH
)
for instructions)
and your
`PATH`
includes
`$GOPATH/bin`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment