This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Compiled by Igor Shults | |
| // Last Updated: July 23, 2020 | |
| GRAILS GROOVY SOURCE | |
| 4.1.0 2.5.14 https://github.com/grails/grails-core/blob/v4.1.0/gradle.properties | |
| 4.0.4 2.5.6 | |
| 4.0.3 2.5.6 | |
| 4.0.2 2.5.6 | |
| 4.0.1 2.5.6 | |
| 4.0.0 2.5.6 https://github.com/grails/grails-core/blob/v4.0.0/build.gradle |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import org.apache.catalina.LifecycleListener; | |
| import org.apache.catalina.core.AprLifecycleListener; | |
| import org.springframework.beans.factory.annotation.Value; | |
| import org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; | |
| import org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory; | |
| import org.springframework.context.annotation.Bean; | |
| import org.springframework.context.annotation.Configuration; | |
| /** | |
| * NOTE: You also need to install APR on your system, on Arch Linux the package is called `tomcat-native`. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get the K8S_URL and Token from Rancher Cluster level Kubeconfig (logged in as the CI user) | |
| export K8S_URL=https://<rancherurl>/k8s/clusters/<clusterid> | |
| export TOKEN=<RANCHERTOKEN> | |
| export NAMESPACE=<kubernetes-namespace> | |
| # Typically these are identical. Check from the YAML file of your deployment. | |
| export DEPLOYMENT=<deployment-name> | |
| export CONTAINER=<container-name> | |
| # The docker-image-version must be updated every time you built a new container. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| meta: | |
| id: diskcopy42 | |
| file-extension: img | |
| endian: be | |
| bit-endian: be | |
| doc-ref: https://web.archive.org/web/20201028142058/https://wiki.68kmla.org/DiskCopy_4.2_format_specification | |
| seq: | |
| - id: name | |
| type: pstring | |
| - id: padding |
OlderNewer