Skip to content

Commit

Permalink
Merge pull request #2042 from chaoss/augur-new
Browse files Browse the repository at this point in the history
Release Augur Version 0.43.0
After extensive review, testing, and collaboration by many contributors, and especially the core team of @ABrain7710 , @howderek , @IsaacMilarky , and @Ulincsys we are merging this PR and Releasing Augur 0.43.0
  • Loading branch information
sgoggins committed Nov 29, 2022
2 parents f92bf91 + 2ddcddc commit 4941858
Show file tree
Hide file tree
Showing 530 changed files with 49,357 additions and 22,926 deletions.
File renamed without changes.
105 changes: 0 additions & 105 deletions .dockerignore

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/build_docker.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
echo $PASSWORD | docker login $REGISTRY -u $LOGIN --password-stdin
for i in util/docker/* ; do
for i in docker/* ; do
CONTAINER=$(basename $i)
echo "Building $CONTAINER"
export IMAGE=$LOGIN/augur_$CONTAINER
Expand Down
8 changes: 5 additions & 3 deletions .gitignore
@@ -1,5 +1,3 @@
#SPDX-License-Identifier: MIT
# Config
*.config.json
!*.docker.config.json
env.txt
Expand All @@ -17,12 +15,16 @@ logs/
__pycache__/
*$py.class
*.pyc
*.rdb
yarn.lock
Augur_Muskellunge.egg-info/
runtime/
logs/
cache/
frontend/public/api_docs/
*.err
.tox
*.db

# C extensions
*.so
Expand Down Expand Up @@ -188,4 +190,4 @@ pgdata/
postgres-data/

# Generated files from github
.history/
.history/

0 comments on commit 4941858

Please sign in to comment.