Skip to content
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

packagecloud #126

Merged
merged 14 commits into from
May 24, 2018
Merged

packagecloud #126

merged 14 commits into from
May 24, 2018

Conversation

kzidane
Copy link
Member

@kzidane kzidane commented May 23, 2018

TODO: RPM and GitHub Release ...

@kzidane kzidane self-assigned this May 23, 2018
@kzidane kzidane requested review from dmalan and cmlsharp May 23, 2018 16:10
dmalan
dmalan previously approved these changes May 23, 2018
@@ -1,28 +1,71 @@
dist: trusty
sudo: required
packagecloud: &packagecloud
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What’s the & do?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This defines a variable of some sort in YAML, allowing us to substitute them later using the <<: *packagecloud syntax to avoid repeating all these key/value pairs.

http://yaml.org/type/merge.html

.travis.yml Outdated
token: $PACKAGECLOUD_TOKEN
local-dir: build/deb
package_glob: *.deb
skip_cleanup: true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The build directory is not part of the repo. It's a build artifact. Unless this is set to true, I think Travis CI is gonna clean up before deployment, removing the deb.

.travis.yml Outdated

# 18.04
- <<: *packagecloud
dist: ubuntu/bionic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So easy!

.nf
printf(3)
.fi
.if n .RE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are we sure we want to maintain these in troff format?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not like we change them that frequently and it'd be nice not to require ruby and asciidoctor to be installed especially for people who are building and installing from source?

@kzidane kzidane merged commit bf4097a into develop May 24, 2018
@kzidane kzidane deleted the packagecloud branch May 24, 2018 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants