-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install full configs in packages #1682
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,15 +33,15 @@ cp $BEATNAME.template-es2x.json $PREFIX/$BEATNAME.template-es2x.json | |
|
||
# linux | ||
cp $BEATNAME.yml $PREFIX/$BEATNAME-linux.yml | ||
|
||
# binary | ||
cp $BEATNAME.yml $PREFIX/$BEATNAME-binary.yml | ||
cp $BEATNAME.full.yml $PREFIX/$BEATNAME-linux.full.yml | ||
|
||
# darwin | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't we also need the short one for the binary? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, makes sense now. We don't need the binary anymore as we also use linux for the binary one. Ignore my 2 comments. |
||
cp $BEATNAME.yml $PREFIX/$BEATNAME-darwin.yml | ||
cp $BEATNAME.full.yml $PREFIX/$BEATNAME-darwin.full.yml | ||
|
||
# win | ||
cp $BEATNAME.yml $PREFIX/$BEATNAME-win.yml | ||
cp $BEATNAME.full.yml $PREFIX/$BEATNAME-win.full.yml | ||
|
||
# Contains beat specific adjustments. As it is platform specific knowledge, it should be in packer not the beats itself | ||
PREFIX=$PREFIX make before-build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For linux we do not copy full?