Skip to content

Commit

Permalink
[milo] make logs uploadable and also remove it from up-dev.
Browse files Browse the repository at this point in the history
R=dnj@chromium.org, hinoka@chromium.org
BUG=

Review-Url: https://codereview.chromium.org/2978813002
  • Loading branch information
riannucci authored and Commit Bot committed Jul 12, 2017
1 parent 2d01731 commit 01276bd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion milo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ up-api:
up-dispatch:
appcfg.py -A luci-milo update_dispatch $(projdir)/frontend/appengine

up-dev: up-dev-logs
up-dev:
gae.py upload -A luci-milo-dev --app-dir $(projdir)/frontend/appengine default pubsub api
appcfg.py -A luci-milo-dev update_dispatch $(projdir)/frontend/appengine

Expand Down
16 changes: 15 additions & 1 deletion milo/logs/logs.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
package logs
// Copyright 2017 The LUCI Authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

package main

import (
"errors"
Expand Down
2 changes: 1 addition & 1 deletion milo/logs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package logs
package main

import (
"fmt"
Expand Down

0 comments on commit 01276bd

Please sign in to comment.