소스 검색

Merge pull request #7846 from heyitsanthony/build-aci-annotate

scripts: annotate with acbuild with supports-systemd-notify
Anthony Romano 9 년 전
부모
커밋
b1720b779c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/build-aci

+ 1 - 0
scripts/build-aci

@@ -49,6 +49,7 @@ cat <<DF > $TMPHOSTS
 DF
 
 acbuild --debug set-name coreos.com/etcd
+acbuild --debug annotation add appc.io/executor/supports-systemd-notify true
 
 acbuild --debug copy $BINARYDIR/etcd /usr/local/bin/etcd
 acbuild --debug copy $BINARYDIR/etcdctl /usr/local/bin/etcdctl