Skip to content

Commit

Permalink
Merge pull request #355 from unfoldingWord/root-v1.20-and-main
Browse files Browse the repository at this point in the history
Merge root-v1.20-and-main into release/dcs/v1.20
  • Loading branch information
richmahn authored Jun 20, 2023
2 parents 2837b72 + ca5c88b commit 299306d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 31 deletions.
6 changes: 3 additions & 3 deletions docker/manifest.rootless.tmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
image: unfoldingword/dcs:{{#if build.tag}}{{trimSuffix "-dcs" (trimPrefix "v" build.tag)}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-rootless
image: unfoldingword/dcs:{{#if build.tag}}{{trimSuffix "-dcs" (trimPrefix "v" build.tag)}}{{else}}{{#if (hasPrefix "refs/heads/dcs/v" build.ref)}}{{trimPrefix "refs/heads/release/dcs/v" build.ref}}-{{/if}}nightly{{/if}}-rootless
{{#if build.tags}}
{{#unless (contains "-rc" build.tag)}}
tags:
Expand All @@ -10,12 +10,12 @@ tags:
{{/if}}
manifests:
-
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-amd64-rootless
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/dcs/v" build.ref)}}{{trimPrefix "refs/heads/dcs/v" build.ref}}-{{/if}}nightly{{/if}}-linux-amd64-rootless
platform:
architecture: amd64
os: linux
-
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/v" build.ref)}}{{trimPrefix "refs/heads/release/v" build.ref}}-{{/if}}nightly{{/if}}-linux-arm64-rootless
image: gitea/gitea:{{#if build.tag}}{{trimPrefix "v" build.tag}}{{else}}{{#if (hasPrefix "refs/heads/release/dcs/v" build.ref)}}{{trimPrefix "refs/heads/release/dcs/v" build.ref}}-{{/if}}nightly{{/if}}-linux-arm64-rootless
platform:
architecture: arm64
os: linux
Expand Down
3 changes: 1 addition & 2 deletions templates/catalog/info_icon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Multiple phrases/fields can be used by separating them with a comma and a space.
The following fields can be used to search specific metadata:
<em>subject:, lang:, book:, owner:, repo:, tag:, metadata_type:,
metadata_version: and checkinglevel:</em>
Example: <em>subject:obs study notes, lang:en,fr, Larry</em>
Example: <em>subject:obs study notes, lang:en,fr</em>
Returns all "OBS Study Notes" entries that are in English & French
with the keyword "Larry" (matches "contributor")
Wildcards: Use _ for any character
Use % for any # of characters
Use \_ and \% to search for literal _ and %</pre>
Expand Down
3 changes: 1 addition & 2 deletions templates/explore/info_icon.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ Multiple phrases/fields can be searched by separating with a comma and a space.
The following fields can be used to search specific metadata:
<em>subject:, lang:, book:, owner:, repo:, metadata_type:,
and metadata_version:</em>
Example: <em>subject:obs study notes, lang:en,fr, Larry</em>
Example: <em>subject:obs study notes, lang:en,fr</em>
Returns all "OBS Study Notes" entries that are in English & French
with the keyword "Larry" (matches "contributor")
Wildcards: Use _ for any character
Use % for any # of characters
Use \_ and \% to search for literal _ and %</pre>
Expand Down
24 changes: 0 additions & 24 deletions templates/swagger/v1_json.tmpl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 299306d

Please sign in to comment.