Skip to content

Commit

Permalink
Merge pull request #72 from Islandora-Devops/master-main-rename
Browse files Browse the repository at this point in the history
Master -> Main Rename
  • Loading branch information
nigelgbanks authored Aug 31, 2020
2 parents f8d1e8e + a42e985 commit 92404df
Show file tree
Hide file tree
Showing 16 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
push:
branches:
- master
- main
jobs:
build:
name: Build and Push Docker Images
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on:
pull_request:
branches:
- master
- main
jobs:
build:
name: Build Docker Images
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ISLE: Docker Prototype <!-- omit in toc -->

[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](./LICENSE)
![CI](https://github.com/Islandora-Devops/isle-buildkit/workflows/CI/badge.svg?branch=master)
![CI](https://github.com/Islandora-Devops/isle-buildkit/workflows/CI/badge.svg?branch=main)

- [Introduction](#introduction)
- [Requirements](#requirements)
Expand Down Expand Up @@ -408,4 +408,4 @@ failed to solve with frontend dockerfile.v0: failed to solve with frontend gatew
[Overlay2](https://docs.docker.com/storage/storagedriver/overlayfs-driver/#configure-docker-with-the-overlay-or-overlay2-storage-driver)
filesystem with Docker. If that doesn't work trying building [without BuildKit](#building-without-buildkit).

[Buildkit]: https://github.com/moby/buildkit/blob/master/frontend/dockerfile/docs/experimental.md
[Buildkit]: https://github.com/moby/buildkit/blob/main/frontend/dockerfile/docs/experimental.md
2 changes: 1 addition & 1 deletion crayfish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ additional settings, volumes, ports, etc.
| :------------------- | :--------------- | :-------- | :---------- |
| JWT_ADMIN_TOKEN | /jwt/admin/token | islandora | JWT Token |

[Crayfish]: https://github.com/Islandora/Crayfish/tree/master
[Crayfish]: https://github.com/Islandora/Crayfish/tree/main
2 changes: 1 addition & 1 deletion fcrepo/rootfs/etc/confd/templates/fcrepo-config.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task.xsd
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd">

<!-- Master context for fcrepo4. -->
<!-- main context for fcrepo4. -->

<!-- Context that supports the actual ModeShape JCR itself -->
<context:property-placeholder/>
Expand Down
2 changes: 1 addition & 1 deletion gemini/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ additional settings, volumes, ports, etc.
| GEMINI_FCREPO_URL | /gemini/fcrepo/url | fcrepo/fcrepo/rest | Fcrepo Rest API URL |
| GEMINI_LOG_LEVEL | /gemini/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Gemini]: https://github.com/Islandora/Crayfish/tree/master/Gemini
[Gemini]: https://github.com/Islandora/Crayfish/tree/main/Gemini
2 changes: 1 addition & 1 deletion gemini/rootfs/etc/confd/templates/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ syn:
enable: true
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: /var/www/crayfish/syn-settings.xml
db.options:
driver: {{ getv "/db/driver" "pdo_mysql" }}
Expand Down
2 changes: 1 addition & 1 deletion homarus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ additional settings, volumes, ports, etc.
| :------------------- | :----------------- | :------ | :------------------------------------------------------------------------------------------------ |
| HOMARUS_LOG_LEVEL | /homarus/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Homarus]: https://github.com/Islandora/Crayfish/tree/master/Homarus
[Homarus]: https://github.com/Islandora/Crayfish/tree/main/Homarus
2 changes: 1 addition & 1 deletion homarus/rootfs/etc/confd/templates/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ syn:
enable: True
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example$
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example$
config: /var/www/crayfish/syn-settings.xml
2 changes: 1 addition & 1 deletion houdini/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ additional settings, volumes, ports, etc.
| :------------------- | :----------------- | :------ | :------------------------------------------------------------------------------------------------ |
| HOUDINI_LOG_LEVEL | /houdini/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Houdini]: https://github.com/Islandora/Crayfish/tree/master/Houdini
[Houdini]: https://github.com/Islandora/Crayfish/tree/main/Houdini
2 changes: 1 addition & 1 deletion hypercube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ additional settings, volumes, ports, etc.
| HYPERCUBE_FCREPO_URL | /hypercube/fcrepo/url | fcrepo/fcrepo/rest | Fcrepo Rest API URL |
| HYPERCUBE_LOG_LEVEL | /hypercube/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Hypercube]: https://github.com/Islandora/Crayfish/tree/master/Hypercube
[Hypercube]: https://github.com/Islandora/Crayfish/tree/main/Hypercube
2 changes: 1 addition & 1 deletion hypercube/rootfs/etc/confd/templates/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ syn:
enable: true
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: /var/www/crayfish/syn-settings.xml
2 changes: 1 addition & 1 deletion milliner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ additional settings, volumes, ports, etc.
| MILLINER_GEMINI_URL | /milliner/gemini/url | gemini:8000 | Gemini URL |
| MILLINER_LOG_LEVEL | /milliner/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Milliner]: https://github.com/Islandora/Crayfish/tree/master/Milliner
[Milliner]: https://github.com/Islandora/Crayfish/tree/main/Milliner
2 changes: 1 addition & 1 deletion milliner/rootfs/etc/confd/templates/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: /var/www/crayfish/syn-settings.xml
2 changes: 1 addition & 1 deletion recast/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ additional settings, volumes, ports, etc.
| RECAST_GEMINI_URL | /recast/gemini/url | gemini:8000 | Gemini URL |
| RECAST_LOG_LEVEL | /recast/log/level | debug | Log level. Possible Values: debug, info, notice, warning, error, critical, alert, emergency, none |

[Recast]: https://github.com/Islandora/Crayfish/tree/master/Recast
[Recast]: https://github.com/Islandora/Crayfish/tree/main/Recast
2 changes: 1 addition & 1 deletion recast/rootfs/etc/confd/templates/config.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ syn:
enable: false
# Path to the syn config file for authentication.
# example can be found here:
# https://github.com/Islandora/Syn/blob/master/conf/syn-settings.example.xml
# https://github.com/Islandora/Syn/blob/main/conf/syn-settings.example.xml
config: /var/www/crayfish/syn-settings.xml

# Add namespace prefixes used by Fedora for recast service
Expand Down

0 comments on commit 92404df

Please sign in to comment.