You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2017/11/07 01:13:56 UTC

[incubator-superset] branch master updated: Rename files to allow RPM build (#3785)

This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb87d3  Rename files to allow RPM build (#3785)
ccb87d3 is described below

commit ccb87d337cdeff1fddec55f585d1b4fabd3523a6
Author: Stephanie Rivera <Sp...@users.noreply.github.com>
AuthorDate: Mon Nov 6 18:13:53 2017 -0700

    Rename files to allow RPM build (#3785)
    
    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 https://github.com/pypa/setuptools/issues/767
    File renaming fixes this issue
---
 .../{Full Lockup With Text.svg => FullLockupWithText.svg}   |   0
 ...ll Lockup With Text@2x.png => FullLockupWithText@2x.png} | Bin
 ...kup Without Text@1x.svg => FullLockupWithoutText@1x.svg} |   0
 ...kup Without Text@2x.png => FullLockupWithoutText@2x.png} | Bin
 superset/assets/branding/{Solo Mark.png => SoloMark.png}    | Bin
 .../assets/branding/{Solo Mark@1x.svg => SoloMark@1x.svg}   |   0
 6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/superset/assets/branding/Full Lockup With Text.svg b/superset/assets/branding/FullLockupWithText.svg
similarity index 100%
rename from superset/assets/branding/Full Lockup With Text.svg
rename to superset/assets/branding/FullLockupWithText.svg
diff --git a/superset/assets/branding/Full Lockup With Text@2x.png b/superset/assets/branding/FullLockupWithText@2x.png
similarity index 100%
rename from superset/assets/branding/Full Lockup With Text@2x.png
rename to superset/assets/branding/FullLockupWithText@2x.png
diff --git a/superset/assets/branding/Full Lockup Without Text@1x.svg b/superset/assets/branding/FullLockupWithoutText@1x.svg
similarity index 100%
rename from superset/assets/branding/Full Lockup Without Text@1x.svg
rename to superset/assets/branding/FullLockupWithoutText@1x.svg
diff --git a/superset/assets/branding/Full Lockup Without Text@2x.png b/superset/assets/branding/FullLockupWithoutText@2x.png
similarity index 100%
rename from superset/assets/branding/Full Lockup Without Text@2x.png
rename to superset/assets/branding/FullLockupWithoutText@2x.png
diff --git a/superset/assets/branding/Solo Mark.png b/superset/assets/branding/SoloMark.png
similarity index 100%
rename from superset/assets/branding/Solo Mark.png
rename to superset/assets/branding/SoloMark.png
diff --git a/superset/assets/branding/Solo Mark@1x.svg b/superset/assets/branding/SoloMark@1x.svg
similarity index 100%
rename from superset/assets/branding/Solo Mark@1x.svg
rename to superset/assets/branding/SoloMark@1x.svg

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].