kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #15411
Re: [PATCH] Demos: Rename "sonde xilinx" to "sonde_xilinx"
Le 23/10/2014 08:37, Константин Барановский a écrit :
> When I create deb package with checkinstall, I get some error messages
> (something like "tar: xilinx: Function stat failed with error: No such
> file or directory"). Creating of the package are finishing successfully,
> but these messages troubling me (and maybe, someone else).
> I propose rename this demo to "sonde_xilinx", that resolve this problem.
> Attached patch turned so big, but I only done the following:
> - rename folder;
> - rename all files of the demo;
> - edit three files where was found phrase "sonde xilinx":
> sonde_xilinx.net:3 <http://sonde_xilinx.net:3>: (source
> "F:/kicad-launchpad/testing/demos/sonde xilinx/sonde xilinx.sch")
> sonde_xilinx.pro:27:LastNetListRead=sonde xilinx.net <http://xilinx.net>
> sonde_xilinx.sch:6:LIBS:sonde xilinx-cache
>
> Regards, Konstantin.
the space in name is a deliberate choice:
Many times, when a script or code which read/write file is not well
designed, files with spaces in names show an issue.
You can see the folder "sonde xilinx" like a test to verify that kicad
code and/or scripts (python scripts, plugin commands ...) works well.
(usually, when happens, filenames were not quoted)
This is therefore not a good idea to rename it: you'll remove the
interest of this demo.
Regards,
--
Jean-Pierre CHARRAS
Follow ups
References