bit of devex cleanup and removed last of the placeholder dirs/files
This commit is contained in:
@@ -38,6 +38,9 @@ GIT_REPO_LIST=(
|
|||||||
#https://projects.knownelement.com/issues/179
|
#https://projects.knownelement.com/issues/179
|
||||||
https://github.com/apache/apisix.git
|
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://projects.knownelement.com/issues/189
|
||||||
https://github.com/consuldemocracy/consuldemocracy.git
|
https://github.com/consuldemocracy/consuldemocracy.git
|
||||||
|
|
||||||
@@ -194,6 +197,9 @@ https://github.com/mendersoftware/mender-server.git
|
|||||||
#https://projects.knownelement.com/issues/50
|
#https://projects.knownelement.com/issues/50
|
||||||
https://github.com/vanila-io/wireflow.git
|
https://github.com/vanila-io/wireflow.git
|
||||||
|
|
||||||
|
#https://projects.knownelement.com/issues/226
|
||||||
|
https://github.com/nautechsystems/nautilus_trader.git
|
||||||
|
|
||||||
)
|
)
|
||||||
|
|
||||||
cd Docker
|
cd Docker
|
||||||
|
@@ -34,8 +34,11 @@ GIT_REPO_LIST="$(ls -d */)"
|
|||||||
|
|
||||||
IFS=$'\n\t'
|
IFS=$'\n\t'
|
||||||
|
|
||||||
for GIT_REPO in ${GIT_REPO_LIST[@]};do
|
for GIT_REPO in ${GIT_REPO_LIST[@]};
|
||||||
|
do
|
||||||
|
CURRENT_DIR=$(realpath $PWD)
|
||||||
|
echo "Updating from $GIT_REPO..."
|
||||||
cd $GIT_REPO
|
cd $GIT_REPO
|
||||||
git pull
|
git pull
|
||||||
cd -
|
cd $CURRENT_DIR
|
||||||
done
|
done
|
@@ -1,3 +0,0 @@
|
|||||||
# Trading Desk
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/226
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Graylog
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/190
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Oncall
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/204
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Voting
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/174
|
|
@@ -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
|
|
@@ -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).
|
|
||||||
|
|
@@ -1 +0,0 @@
|
|||||||
This directory contains final docker compose files for the application at FQDN indidicated by the parent directory.
|
|
@@ -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
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Reactive Resume
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/249
|
|
@@ -1,3 +0,0 @@
|
|||||||
# Resume Matcher
|
|
||||||
|
|
||||||
- https://projects.knownelement.com/issues/170
|
|
Reference in New Issue
Block a user