Fabio Manganiello blacklight
  • Amsterdam, NL
  • https://fabiomanganiello.com
  • Automation junkie, ML enthusiast, IoT tinkerer, guitarist and dad. Creator and main developer of Platypush.

  • Joined on 2022-07-05
blacklight pushed to master at platypush/platypush 2023-09-18 14:53:52 +02:00
67d45997ed Fixed Python bin path name for Debian builds.
blacklight pushed to master at platypush/platypush 2023-09-18 14:46:53 +02:00
4bb3bcff8b (We actually do need git here)
blacklight pushed to master at platypush/platypush 2023-09-18 14:44:33 +02:00
9576141a3f We don't need git commands when building .deb pkgs.
blacklight pushed to master at platypush/platypush 2023-09-18 14:38:32 +02:00
55d4523ea3 The latest version of pip wants --break-system-packages in Docker.
blacklight pushed to master at platypush/platypush 2023-09-18 14:36:05 +02:00
e16cfdfb44 Use vanilla Debian images to build .deb.
blacklight pushed to master at platypush/platypush 2023-09-18 14:26:03 +02:00
3970470e17 Removed typing-inspect dependenccy
blacklight pushed to master at platypush/platypush 2023-09-18 14:15:42 +02:00
3acbde38c1 Run the Debian package updates sequentially to prevent builds to step on one another's toes
blacklight pushed to master at platypush/platypush 2023-09-18 14:06:27 +02:00
3e8d6bb01e Removed typing-extensions dependency.
blacklight pushed to master at platypush/platypush 2023-09-18 13:40:39 +02:00
10bf617261 main/ should have a trailing slash.
blacklight pushed to master at platypush/platypush 2023-09-18 13:37:24 +02:00
ed9548a476 Release .deb packages both for stable and oldstable.
blacklight pushed to master at platypush/platypush 2023-09-18 13:20:38 +02:00
9702612fd5 Added s3 region settings and changed destination bucket.
blacklight pushed to master at platypush/platypush 2023-09-18 12:05:44 +02:00
bfb4b78172 The target deb name has _all.deb prefix.
blacklight pushed to master at platypush/platypush 2023-09-18 12:03:33 +02:00
85febac2ae Fixed the location of the target .deb file in the Drone CI script.
blacklight pushed to master at platypush/platypush 2023-09-18 11:59:25 +02:00
868bec8ba5 One more fix for variable names in Drone CI script.
blacklight pushed to master at platypush/platypush 2023-09-18 11:54:54 +02:00
82e3f317bc Drone CI doesn't support ${} syntax for bash variables.
blacklight pushed to master at platypush/platypush 2023-09-18 11:48:01 +02:00
83ffa9f4a8 Added missing AWS_SECRET_ACCESS_KEY configuration secret.
blacklight pushed to master at platypush/platypush 2023-09-18 11:45:20 +02:00
b955a1490d "Depends" requires the dependencies to be comma-separated.
blacklight pushed to master at platypush/platypush 2023-09-18 11:39:50 +02:00
73609c7f0b Make sure that the __all/DEBIAN directory exists.
blacklight pushed to master at platypush/platypush 2023-09-18 11:37:57 +02:00
295e202fc9 dpkg wants the control file under the __all directory.
blacklight pushed to master at platypush/platypush 2023-09-18 11:35:18 +02:00
bc519d4b09 EOF required in the cat command.