From 60fc1b3aafd34cbbcde41705309048bd10ee882b Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Mon, 7 Jul 2025 12:37:29 -0500 Subject: [PATCH] packaging all the things --- .gitignore | 4 +- .../CloneUpstreamVendor.sh | 70 +++++++++++++++++++ .../UpstreamUpdate.sh | 0 3 files changed, 72 insertions(+), 2 deletions(-) rename {CharlesDevServer => PackagingWorkspace}/CloneUpstreamVendor.sh (60%) rename {CharlesDevServer => PackagingWorkspace}/UpstreamUpdate.sh (100%) diff --git a/.gitignore b/.gitignore index 0e2acbc..a75b599 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ -CharlesDevServer/Docker/* -CharlesDevServer/NonDocker/* +PackagingWorkspace/Docker/* +PackagingWorkspace/NonDocker/* diff --git a/CharlesDevServer/CloneUpstreamVendor.sh b/PackagingWorkspace/CloneUpstreamVendor.sh similarity index 60% rename from CharlesDevServer/CloneUpstreamVendor.sh rename to PackagingWorkspace/CloneUpstreamVendor.sh index 91ddc50..fe961d6 100755 --- a/CharlesDevServer/CloneUpstreamVendor.sh +++ b/PackagingWorkspace/CloneUpstreamVendor.sh @@ -31,6 +31,10 @@ set -o functrace export GIT_REPO_LIST GIT_REPO_LIST=( +#################### +# Vp techops stuff +#################### + #https://projects.knownelement.com/issues/179 https://github.com/apache/apisix.git @@ -104,6 +108,72 @@ https://github.com/apache/seatunnel #https://projects.knownelement.com/issues/271 https://github.com/thecatlady/docker-webhook +#################### +# CTO Stuff +#################### + +#https://projects.knownelement.com/issues/173 +https://github.com/inventree/InvenTree.git + +#https://projects.knownelement.com/issues/180 +https://github.com/Cloud-RF/tak-server + +#https://projects.knownelement.com/issues/178 +https://github.com/midday-ai/midday.git + +#https://projects.knownelement.com/issues/181 +https://github.com/killbill/killbill.git + +#https://projects.knownelement.com/issues/184 +https://github.com/chirpstack/chirpstack.git + +#https://projects.knownelement.com/issues/185 +https://github.com/CraigChat/craig.git + +#https://projects.knownelement.com/issues/188 +https://github.com/elabftw/elabftw.git + +#https://projects.knownelement.com/issues/196 +https://github.com/jamovi/jamovi.git + +#https://projects.knownelement.com/issues/197 +https://github.com/INTI-CMNB/KiBot.git + +#https://projects.knownelement.com/issues/214 +https://github.com/Resgrid/Core + +#https://projects.knownelement.com/issues/216 +https://github.com/reviewboard/reviewboard.git + +#https://projects.knownelement.com/issues/218 +https://gitlab.com/librespacefoundation/satnogs/docker-kaitai.git +https://gitlab.com/librespacefoundation/satnogs/docker-satnogs-webgui.git + +#https://projects.knownelement.com/issues/219 +https://github.com/f4exb/sdrangel-docker + +#https://projects.knownelement.com/issues/221 +https://github.com/SigNoz/signoz.git + +#https://projects.knownelement.com/issues/228 +https://github.com/sebo-b/warp.git + +#https://projects.knownelement.com/issues/272 +https://github.com/jgraph/docker-drawio + +#https://projects.knownelement.com/issues/274 +https://github.com/openblocks-dev/openblocks.git + +#https://projects.knownelement.com/issues/276 +https://github.com/wireviz/wireviz-web.git + +#https://projects.knownelement.com/issues/278 +https://github.com/opulo-inc/autobom.git + +#https://projects.knownelement.com/issues/279 +https://github.com/PLMore/PLMore + + ) diff --git a/CharlesDevServer/UpstreamUpdate.sh b/PackagingWorkspace/UpstreamUpdate.sh similarity index 100% rename from CharlesDevServer/UpstreamUpdate.sh rename to PackagingWorkspace/UpstreamUpdate.sh