-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
Conversation
merging in updates from main repo
updating my fork
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 "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Mark.png error: File must begin with "/": [email protected] for ref pypa/setuptools#767 File renaming fixes this issue
Do we need these files? Looks like they are not referenced anywhere. |
Anyway the error looks like some missing quoting |
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.
|
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! |
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 "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Mark.png error: File must begin with "/": [email protected] for ref pypa/setuptools#767 File renaming fixes this issue
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 "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Lockup error: File must begin with "/": Without error: File must begin with "/": [email protected] error: File must begin with "/": Mark.png error: File must begin with "/": [email protected] for ref pypa/setuptools#767 File renaming fixes this issue
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 "/": [email protected]
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": [email protected]
error: File must begin with "/": Lockup
error: File must begin with "/": Without
error: File must begin with "/": [email protected]
error: File must begin with "/": Mark.png
error: File must begin with "/": [email protected]
for ref pypa/setuptools#767
File renaming fixes this issue