Skip to content

Commit

Permalink
[CTFE] remove references to ctfe_migratedb
Browse files Browse the repository at this point in the history
Bug: skia:
Change-Id: I0270eb70f359695a596be62822958eecb4215138
Reviewed-on: https://skia-review.googlesource.com/147808
Reviewed-by: Ravi Mistry <[email protected]>
  • Loading branch information
rmistry committed Aug 17, 2018
1 parent eb8050b commit 7f2ff44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion ct/build_ctfe_release
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ INSTALL="fakeroot install -D --verbose --backup=none --group=root --owner=root"
INSTALL_DIR="fakeroot install -d --verbose --backup=none --group=root --owner=root"

${INSTALL} --mode=755 -T ${GOPATH}/bin/ctfe ${ROOT}/usr/local/bin/${APPNAME}
${INSTALL} --mode=755 -T ${GOPATH}/bin/ctfe_migratedb ${ROOT}/usr/local/bin/ctfe_migratedb

${INSTALL} --mode=644 -T ./sys/${APPNAME}.service ${ROOT}/etc/systemd/system/${APPNAME}.service

Expand Down
2 changes: 0 additions & 2 deletions ct/sys/ctfe.service
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ Wants=network-online.target
After=network-online.target

[Service]
ExecStartPre=/usr/local/bin/ctfe_migratedb \
--logtostderr
ExecStart=/usr/local/bin/ctfe \
--logtostderr \
--resources_dir=/usr/local/share/ctfe/ \
Expand Down

0 comments on commit 7f2ff44

Please sign in to comment.