bit of devex cleanup and removed last of the placeholder dirs/files

This commit is contained in:
2025-07-07 17:47:51 -05:00
parent f512afc53f
commit fd6aa5c0f0
12 changed files with 12 additions and 30 deletions

View File

@@ -38,6 +38,9 @@ GIT_REPO_LIST=(
#https://projects.knownelement.com/issues/179
https://github.com/apache/apisix.git
#https://projects.knownelement.com/issues/204
https://github.com/target/goalert.git
#https://projects.knownelement.com/issues/189
https://github.com/consuldemocracy/consuldemocracy.git
@@ -194,6 +197,9 @@ https://github.com/mendersoftware/mender-server.git
#https://projects.knownelement.com/issues/50
https://github.com/vanila-io/wireflow.git
#https://projects.knownelement.com/issues/226
https://github.com/nautechsystems/nautilus_trader.git
)
cd Docker

View File

@@ -34,8 +34,11 @@ GIT_REPO_LIST="$(ls -d */)"
IFS=$'\n\t'
for GIT_REPO in ${GIT_REPO_LIST[@]};do
cd $GIT_REPO
for GIT_REPO in ${GIT_REPO_LIST[@]};
do
CURRENT_DIR=$(realpath $PWD)
echo "Updating from $GIT_REPO..."
cd $GIT_REPO
git pull
cd -
cd $CURRENT_DIR
done

View File

@@ -1,3 +0,0 @@
# Trading Desk
- https://projects.knownelement.com/issues/226

View File

@@ -1,3 +0,0 @@
# Graylog
- https://projects.knownelement.com/issues/190

View File

@@ -1,3 +0,0 @@
# Oncall
- https://projects.knownelement.com/issues/204

View File

@@ -1,3 +0,0 @@
# Voting
- https://projects.knownelement.com/issues/174

View File

@@ -1,3 +0,0 @@
#cfssl docker compose for tsys
#git subtree add --prefix upstream/cloudflare-cfssl https://github.com/rjrivero/docker-cfssl.git master --squash

View File

@@ -1,2 +0,0 @@
This directory contains template files for the application at FQDN indidicated by the parent directory. They will be processed using mo (bash mustache).

View File

@@ -1 +0,0 @@
This directory contains final docker compose files for the application at FQDN indidicated by the parent directory.

View File

@@ -1,3 +0,0 @@
This directory contains files from the vendor unmodified. They serve as a base for the input-files sibling directory
https://github.com/Payroll-Engine/PayrollEngine/wiki

View File

@@ -1,3 +0,0 @@
# Reactive Resume
- https://projects.knownelement.com/issues/249

View File

@@ -1,3 +0,0 @@
# Resume Matcher
- https://projects.knownelement.com/issues/170