Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: push/Makefile

Issue 1137873005: Create a new pulld for systemd servers. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | push/build_pulld_release » ('j') | push/go/pulld/main.go » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # The list of files we want to go into core.js, which is concat'd and 1 # The list of files we want to go into core.js, which is concat'd and
2 # minified. These files should be either present in the project, brought 2 # minified. These files should be either present in the project, brought
3 # into third_party/bower_compoents via bower, or in node_modules. 3 # into third_party/bower_compoents via bower, or in node_modules.
4 CORE_SOURCE_FILES = node_modules/native-promise-only/npo.js \ 4 CORE_SOURCE_FILES = node_modules/native-promise-only/npo.js \
5 third_party/bower_components/webcomponentsjs/webcomponents.min.js \ 5 third_party/bower_components/webcomponentsjs/webcomponents.min.js \
6 ../res/js/common.js 6 ../res/js/common.js
7 7
8 BOWER_DIR=third_party/bower_components 8 BOWER_DIR=third_party/bower_components
9 9
10 default: core_js elements_html 10 default: core_js elements_html
11 go install -v ./go/pull 11 go install -v ./go/pull
12 go install -v ./go/pulld
12 go install -v ./go/push 13 go install -v ./go/push
13 14
14 release: default 15 release: default
15 ./build_push_release 16 ./build_push_release
16 17
17 pull_release: default 18 pull_release: default
18 ./build_pull_release 19 ./build_pull_release
19 20
20 include ../webtools/webtools.mk 21 include ../webtools/webtools.mk
OLDNEW
« no previous file with comments | « no previous file | push/build_pulld_release » ('j') | push/go/pulld/main.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698