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

Build the deb into a repo #18

Merged
merged 5 commits into from
Dec 13, 2019
Merged

Build the deb into a repo #18

merged 5 commits into from
Dec 13, 2019

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Dec 13, 2019

With distributions configured by the config dir because that determines the signing key

Fixes element-hq/element-web#11649
Based on #17

@dbkr dbkr requested a review from a team December 13, 2019 16:15
Copy link
Member

@turt2live turt2live left a comment

Choose a reason for hiding this comment

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

otherwise lgtm

set -x
set -e

ver=`node -e "require('fs'); console.log(JSON.parse(fs.readFileSync('package.json')).version)"`
Copy link
Member

Choose a reason for hiding this comment

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

🤢🤮

NodeJS is great, but ohgod. Can we use something like jq instead? Stack Overflow says it is possible: https://stackoverflow.com/questions/53967693/how-to-run-jq-from-gitbash-in-windows

Copy link
Member Author

Choose a reason for hiding this comment

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

maybe, but it's another thing everyone has to install, and we know we have node... (This is building the deb repo so this one we don't need to work in windows).

Copy link
Member

Choose a reason for hiding this comment

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

it doesn't sound too painful to require another dependency (it's the same apt-get?)

scripts/mkrepo.sh Outdated Show resolved Hide resolved
@dbkr dbkr merged commit 238d503 into master Dec 13, 2019
@t3chguy t3chguy deleted the dbkr/debrepo branch May 3, 2022 09:57
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.

Automate building of debian repo
2 participants