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

Renaming files to allow RPM build #3785

Merged
merged 4 commits into from
Nov 7, 2017
Merged

Conversation

SpyderRivera
Copy link
Contributor

I was having issues getting an RPM to build. My error was

Processing files: superset-0.20.1-1.noarch
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text.svg
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@1x.svg
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Mark.png
error: File must begin with "/": Mark@1x.svg

for ref pypa/setuptools#767
File renaming fixes this issue

SpyderRivera and others added 4 commits October 30, 2017 10:52
merging in updates from main repo
I was having issues getting an RPM to build. My error was

Processing files: superset-0.20.1-1.noarch
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text.svg
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@1x.svg
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Mark.png
error: File must begin with "/": Mark@1x.svg

for ref pypa/setuptools#767
File renaming fixes this issue
@coveralls
Copy link

coveralls commented Nov 6, 2017

Coverage Status

Coverage remained the same at 71.461% when pulling 7e4b688 on SpyderRivera:master into b059506 on apache:master.

@xrmx
Copy link
Contributor

xrmx commented Nov 6, 2017

Do we need these files? Looks like they are not referenced anywhere.

@xrmx
Copy link
Contributor

xrmx commented Nov 6, 2017

Anyway the error looks like some missing quoting

@SpyderRivera
Copy link
Contributor Author

SpyderRivera commented Nov 6, 2017

I don't see them being used. However, when bdist is running rpmbuild the spaces cause the issue. I can change to delete the files all together if that is better.

$ python setup.py bdist_rpm

@mistercrunch
Copy link
Member

Happy to merge, those assets are really just in the repo for reference and could live some place else. That reminds me that I should print a bunch of Superset tshirts!

@mistercrunch mistercrunch merged commit ccb87d3 into apache:master Nov 7, 2017
michellethomas pushed a commit to michellethomas/panoramix that referenced this pull request May 24, 2018
I was having issues getting an RPM to build. My error was

Processing files: superset-0.20.1-1.noarch
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text.svg
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@1x.svg
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Mark.png
error: File must begin with "/": Mark@1x.svg

for ref pypa/setuptools#767
File renaming fixes this issue
wenchma pushed a commit to wenchma/incubator-superset that referenced this pull request Nov 16, 2018
I was having issues getting an RPM to build. My error was

Processing files: superset-0.20.1-1.noarch
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text.svg
error: File must begin with "/": Lockup
error: File must begin with "/": With
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@1x.svg
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": Text@2x.png
error: File must begin with "/": Mark.png
error: File must begin with "/": Mark@1x.svg

for ref pypa/setuptools#767
File renaming fixes this issue
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.21.0 labels Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.21.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants