Commit Graph

22 Commits

Author SHA1 Message Date
Salvador E. Tropea ebb1916aee Fixed python dependencies in `dev` images. 2022-03-25 10:06:25 -03:00
Salvador E. Tropea 4efa08c3c4 Added scripts to generate the `dev` images 2022-03-25 10:05:59 -03:00
Salvador E. Tropea 377e85cffc Added more Debian packages to the "dev" image
- pip fails to install some dependencies (I hate pip, is just crap)
2022-03-25 09:21:28 -03:00
Salvador E. Tropea 8b282250e3 Fixes in the `dev` images.
- Now they install the current git code for KiCost
Related to #169
2022-03-25 08:49:37 -03:00
Salvador E. Tropea 76af36faf8 Adapted curl install for back-ports (ki6_dev image) 2022-03-08 13:19:29 -03:00
Salvador E. Tropea 1e26bc0d04 Added missing shebangs 2022-02-16 17:37:28 -03:00
Salvador E. Tropea aa48cc3187 Forced files to end in a single new line 2022-02-16 17:34:34 -03:00
Salvador E. Tropea c488013843 Added git to the dev/dev_k6 images
- Needed to replace the git hash/date
Closes #147
2022-02-09 16:24:17 -03:00
Salvador E. Tropea 38423cde7b Added Dockerfile to generate a KiCad 6 dev image 2022-01-13 18:53:06 -03:00
Salvador E. Tropea a9a7c66eab Updated tools/clear_cache.sh to solve pytest issues
- After updating macros.py pytest messes all and needs time-stamps
  to be reseted
2022-01-06 14:16:51 -03:00
Salvador E. Tropea 5017f7e078 Added QR codes generation: symbols and footprints.
Related to #93
2022-01-03 12:35:33 -03:00
Salvador E. Tropea 72d60e5034 Added some tools to deal with Python's cache 2021-12-03 17:52:55 -03:00
Salvador E. Tropea e05406ffc8 Added --no-compile (Why wasn't needed when using "."?!) 2021-10-06 17:37:00 -03:00
Salvador E. Tropea 257eace7e1 Changed the way I call pip3
- Passing the directory, not changing
- To catch pip errors.
2021-10-06 17:04:35 -03:00
Salvador E. Tropea fb16e06152 Trying to force pip to use /usr instead of /usr/local 2021-10-06 16:36:10 -03:00
Salvador E. Tropea 993fd389cf Added distutils as dependency.
- Should I add it to setup.py? Also testing it.
2021-10-05 12:54:03 -03:00
Salvador E. Tropea d06c6526b9 Added clean-up to the dev docker and restored dependencies. 2021-10-05 09:58:03 -03:00
Salvador E. Tropea 65cb6d62cf Trying to workaround git clone errors on GitHub Docker 2021-10-05 09:46:28 -03:00
Salvador E. Tropea 8681829bd0 Added debug commands to the dockerimage creation
- The git clone command is failing
2021-10-05 09:27:10 -03:00
Salvador E. Tropea 39ee6f58d4 Added missing git command to the dev dockerfile 2021-10-05 09:10:53 -03:00
Salvador E. Tropea 68da19e5e5 Fixed error in Dockerfile
- Made its job parallel for testing
2021-10-05 09:06:27 -03:00
Salvador E. Tropea 4a0fba18aa Added workflow to create a development docker image. 2021-10-05 08:51:46 -03:00