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

Scripts & instructions to craft official Apache source releases #7054

Merged
merged 2 commits into from
Mar 25, 2019

Conversation

mistercrunch
Copy link
Member

@mistercrunch mistercrunch commented Mar 19, 2019

@mistercrunch mistercrunch changed the title Scripts to help craft official Apache source releases Scripts & instructions to craft official Apache source releases Mar 19, 2019
@codecov-io
Copy link

codecov-io commented Mar 19, 2019

Codecov Report

Merging #7054 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7054   +/-   ##
=======================================
  Coverage   64.46%   64.46%           
=======================================
  Files         421      421           
  Lines       20537    20537           
  Branches     2247     2247           
=======================================
  Hits        13240    13240           
  Misses       7170     7170           
  Partials      127      127
Impacted Files Coverage Δ
superset/utils/core.py 88.22% <0%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7ffdd6...f7b4b61. Read the comment docs.

INSTALL.txt Outdated
npm ci

# Build the Javascript bundles
npm run prod
Copy link
Contributor

Choose a reason for hiding this comment

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

Do we use this or npm run build?

Copy link
Member Author

Choose a reason for hiding this comment

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

oh right, npm run build is best I think, altering

@kristw kristw added the Apache Software Foundation Related to Apache Software Foundation label Mar 19, 2019
# You may want to check that there's nothing your care about here first.
# Alternatively you could clone the repo into another location as in
# git clone git@github.com:apache/incubator-superset.git superset-releases
git clean -fxd
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 is pretty destructive but somewhat required BTW. May issue is if you have a virtualenv it'll erase it.

Was thinking that either we suggest the user to do this in a dedicated repo copy, or we automate it inside a docker container.

@mistercrunch mistercrunch merged commit ebb3210 into apache:master Mar 25, 2019
@mistercrunch mistercrunch deleted the apache-releases branch March 25, 2019 23:21
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apache Software Foundation Related to Apache Software Foundation 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.34.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants