Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Nomad
Commits
6ce09fb7
Commit
6ce09fb7
authored
6 years ago
by
Alex Dadgar
Browse files
Options
Download
Email Patches
Plain Diff
skip building deprecated files
parent
d3d424e2
Branches unavailable
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
client/allocrunnerdeprecated/alloc_runner.go
+2
-0
client/allocrunnerdeprecated/alloc_runner.go
client/allocrunnerdeprecated/alloc_runner_health_watcher.go
+2
-0
client/allocrunnerdeprecated/alloc_runner_health_watcher.go
client/allocrunnerdeprecated/alloc_runner_test.go
+2
-0
client/allocrunnerdeprecated/alloc_runner_test.go
client/allocrunnerdeprecated/taskrunner/consul_template.go
+2
-0
client/allocrunnerdeprecated/taskrunner/consul_template.go
client/allocrunnerdeprecated/taskrunner/consul_template_test.go
+2
-0
.../allocrunnerdeprecated/taskrunner/consul_template_test.go
client/allocrunnerdeprecated/taskrunner/getters.go
+2
-0
client/allocrunnerdeprecated/taskrunner/getters.go
client/allocrunnerdeprecated/taskrunner/task_runner.go
+2
-0
client/allocrunnerdeprecated/taskrunner/task_runner.go
client/allocrunnerdeprecated/taskrunner/task_runner_test.go
+2
-0
client/allocrunnerdeprecated/taskrunner/task_runner_test.go
client/allocrunnerdeprecated/taskrunner/task_runner_unix_test.go
+1
-1
...allocrunnerdeprecated/taskrunner/task_runner_unix_test.go
client/allocrunnerdeprecated/testing.go
+2
-0
client/allocrunnerdeprecated/testing.go
with
19 additions
and
1 deletion
+19
-1
client/allocrunnerdeprecated/alloc_runner.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
allocrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/alloc_runner_health_watcher.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
allocrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/alloc_runner_test.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
allocrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/consul_template.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
taskrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/consul_template_test.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
taskrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/getters.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
taskrunner
// Name returns the name of the task
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/task_runner.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
taskrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/task_runner_test.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
taskrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/taskrunner/task_runner_unix_test.go
+
1
-
1
View file @
6ce09fb7
// +build !windows
// +build
deprecated,
!windows
package
taskrunner
...
...
This diff is collapsed.
Click to expand it.
client/allocrunnerdeprecated/testing.go
+
2
-
0
View file @
6ce09fb7
// +build deprecated
package
allocrunner
import
(
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help