-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
49 additions
and
49 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# @see systema/infrastructuram/temporarium.sh | ||
# @see _systema/infrastructuram/temporarium.sh | ||
# @see https://docs.travis-ci.com/user/deployment/script/ | ||
|
||
|
||
# Without specifing language, it would default to ruby and this can fail | ||
# script: bash systema/infrastructuram/travis-ci.sh | ||
# script: bash _systema/infrastructuram/travis-ci.sh | ||
# @see https://docs.travis-ci.com/user/languages/minimal-and-generic/ | ||
language: generic | ||
|
||
deploy: | ||
provider: script | ||
script: bash systema/infrastructuram/travis-ci.sh | ||
script: bash _systema/infrastructuram/travis-ci.sh | ||
on: | ||
branch: main |
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# | ||
# FILE: temporarium.sh | ||
# | ||
# USAGE: ./systema/infrastructuram/temporarium.sh | ||
# USAGE: ./_systema/infrastructuram/temporarium.sh | ||
# | ||
# DESCRIPTION: --- | ||
# | ||
|
@@ -73,9 +73,9 @@ ssh-keygen -t ed25519 -C "[email protected]" -f "$H | |
|
||
### ALTERNATIVE TWO ------------------------------------------------------------ | ||
# @see https://stackoverflow.com/questions/7927750/specify-an-ssh-key-for-git-push-for-a-given-domain/43953433#43953433 | ||
# fititnt@bravo:/workspace/git/HXL-CPLP/Auxilium-Humanitarium-API$ ./systema/programma/displicandum-gh-pages.sh | ||
# fititnt@bravo:/workspace/git/HXL-CPLP/Auxilium-Humanitarium-API$ ./_systema/programma/displicandum-gh-pages.sh | ||
# manual instructions says | ||
# cd /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/systema/cache/gh-pages-temp-git | ||
# cd /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/_systema/cache/gh-pages-temp-git | ||
# git push -u remote-publisher gh-pages --force | ||
# New command instead of git push -u remote-publisher gh-pages --force | ||
# GIT_SSH_COMMAND="ssh -i $HOME/.ssh/eticaai/id_ed25519-hapi" git push -u remote-publisher gh-pages --force | ||
|
This file contains 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
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,16 +29,16 @@ | |
// Were in branch main at this point, publishing files to branch gh-pages folder docs/ | ||
// gh-pages --src '**/*' --dest '.' --branch gh-pages --user 'HXL-CPLP bot <[email protected]>' --no-push --no-history | ||
// gh-pages --dist '/workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/' --dest 'docs/' --branch gh-pages --user 'HXL-CPLP bot <[email protected]>' --no-push --no-history | ||
// ./systema/node_modules/gh-pages/bin/gh-pages.js --help | ||
// ./_systema/node_modules/gh-pages/bin/gh-pages.js --help | ||
|
||
// node ./systema/node_modules/gh-pages/bin/gh-pages.js --git git --no-push --no-history | ||
// node ./_systema/node_modules/gh-pages/bin/gh-pages.js --git git --no-push --no-history | ||
// gh-pages --git "$(which git)" | ||
|
||
|
||
// TODO: consider use --before-add | ||
// https://www.npmjs.com/package/gh-pages#optionsbeforeadd | ||
|
||
// ./systema/programma/displicandum-gh-pages.js | ||
// ./_systema/programma/displicandum-gh-pages.js | ||
|
||
import { publish } from 'gh-pages'; | ||
|
||
|
@@ -66,7 +66,7 @@ publish( | |
|
||
// Remove files on dest before commit | ||
// remove: "node_modules/", | ||
remove: "systema/", | ||
remove: "_systema/", | ||
|
||
// Push to target repository | ||
push: false, | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# | ||
# USAGE: ./displicandum-gh-pages.sh | ||
# | ||
# DESCRIPTION: ./systema/programma/displicandum-gh-pages.sh | ||
# DESCRIPTION: ./_systema/programma/displicandum-gh-pages.sh | ||
# | ||
# OPTIONS: --- | ||
# | ||
|
@@ -47,7 +47,7 @@ ROOTDIR="/workspace/git/HXL-CPLP/Auxilium-Humanitarium-API" | |
# TODO: let configurable ROOTDIR later | ||
# ROOTDIR="$(pwd)" | ||
|
||
LOCALGIT="${ROOTDIR}/systema/cache/gh-pages-temp-git" | ||
LOCALGIT="${ROOTDIR}/_systema/cache/gh-pages-temp-git" | ||
DESTDIR="${LOCALGIT}/docs" | ||
LOCALBUILD="${LOCALGIT}/build" | ||
|
||
|
@@ -121,7 +121,7 @@ fi | |
|
||
# echo "git status ${LOCALGIT}" | ||
# git status "${LOCALGIT}" | ||
# cd /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/systema/cache/gh-pages-temp-git && git status | ||
# cd /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/_systema/cache/gh-pages-temp-git && git status | ||
# mkdir "cache/gh-pages-temp-git" | ||
|
||
# git init cache/gh-pages-temp-git/ | ||
|
@@ -174,31 +174,31 @@ echo GIT_SSH_COMMAND="ssh -i $HOME/.ssh/eticaai/id_ed25519-hapi" git push -u "${ | |
# GIT_COMMITTER_NAME="${GIT_COMMITTER_NAME}" \ | ||
# GIT_COMMITTER_EMAIL="${GIT_COMMITTER_EMAIL}" git commit --author="New Name <[email protected]> | ||
|
||
# /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/systema/cache/gh-pages-temp-git | ||
# http://git.workspace.localhost/HXL-CPLP/Auxilium-Humanitarium-API/systema/cache/gh-pages-temp-git/docs/ | ||
# /workspace/git/HXL-CPLP/Auxilium-Humanitarium-API/_systema/cache/gh-pages-temp-git | ||
# http://git.workspace.localhost/HXL-CPLP/Auxilium-Humanitarium-API/_systema/cache/gh-pages-temp-git/docs/ | ||
# https://ohshitgit.com/ | ||
# git reflog | ||
|
||
# openapi-generator-cli list | ||
# openapi-generator-cli generate help | ||
# openapi-generator-cli generate --generator-name dynamic-html --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test1 | ||
# openapi-generator-cli generate --generator-name html2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test2 | ||
# openapi-generator-cli generate --generator-name html --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test3 | ||
# openapi-generator-cli generate --generator-name graphql-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test4 | ||
# openapi-generator-cli generate --generator-name protobuf-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test5 | ||
# openapi-generator-cli generate --generator-name mysql-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test6 | ||
# openapi-generator-cli generate --generator-name avro-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test7 | ||
# openapi-generator-cli generate --generator-name apache2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test8 | ||
# openapi-generator-cli generate --generator-name apache2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test8 | ||
# openapi-generator-cli generate --generator-name ktorm-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-ktorm-schema | ||
# openapi-generator-cli generate --generator-name plantuml --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-plantuml | ||
# openapi-generator-cli generate --generator-name openapi-yaml --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-openapi-yaml | ||
# openapi-generator-cli generate --generator-name openapi --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-openapi | ||
# openapi-generator-cli generate --generator-name asciidoc --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-asciidoc | ||
# openapi-generator-cli generate --generator-name markdown --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-markdown | ||
# openapi-generator-cli generate --generator-name php --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-client-php | ||
# openapi-generator-cli generate --generator-name bash --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-client-bash | ||
# openapi-generator-cli generate --generator-name javascript --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output systema/cache/test-client-javascript | ||
# openapi-generator-cli generate --generator-name dynamic-html --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test1 | ||
# openapi-generator-cli generate --generator-name html2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test2 | ||
# openapi-generator-cli generate --generator-name html --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test3 | ||
# openapi-generator-cli generate --generator-name graphql-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test4 | ||
# openapi-generator-cli generate --generator-name protobuf-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test5 | ||
# openapi-generator-cli generate --generator-name mysql-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test6 | ||
# openapi-generator-cli generate --generator-name avro-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test7 | ||
# openapi-generator-cli generate --generator-name apache2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test8 | ||
# openapi-generator-cli generate --generator-name apache2 --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test8 | ||
# openapi-generator-cli generate --generator-name ktorm-schema --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-ktorm-schema | ||
# openapi-generator-cli generate --generator-name plantuml --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-plantuml | ||
# openapi-generator-cli generate --generator-name openapi-yaml --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-openapi-yaml | ||
# openapi-generator-cli generate --generator-name openapi --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-openapi | ||
# openapi-generator-cli generate --generator-name asciidoc --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-asciidoc | ||
# openapi-generator-cli generate --generator-name markdown --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-markdown | ||
# openapi-generator-cli generate --generator-name php --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-client-php | ||
# openapi-generator-cli generate --generator-name bash --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-client-bash | ||
# openapi-generator-cli generate --generator-name javascript --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml --output _systema/cache/test-client-javascript | ||
# | ||
# openapi-generator-cli validate --input-spec https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/examples/v3.0/petstore.yaml | ||
# openapi-generator-cli validate --input-spec api/BR/portais-ckan-brasil/por/openapi.yaml | ||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.