Release 2022.10 #112
| @@ -1,54 +0,0 @@ | ||||
| upload: | ||||
|     prod: | ||||
|         cpl: | ||||
|             twine upload --repository-url https://pip.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|             twine upload -r pip.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|         cli: | ||||
|             twine upload --repository-url https://pip.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|             twine upload -r pip.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|  | ||||
|         query: | ||||
|             twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|             twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|  | ||||
|     exp: | ||||
|         cpl: | ||||
|             twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|             twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|  | ||||
|         cli: | ||||
|             twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|             twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|  | ||||
|         query: | ||||
|             twine upload --repository-url https://pip-exp.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|             twine upload -r pip-exp.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|  | ||||
|     dev: | ||||
|         cpl: | ||||
|             twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|             twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-core/publish/setup/* | ||||
|  | ||||
|         cli: | ||||
|             twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|             twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-cli/publish/setup/* | ||||
|  | ||||
|         query: | ||||
|             twine upload --repository-url https://pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|             twine upload -r pip-dev.sh-edraft.de dist/sh_cpl-query/publish/setup/* | ||||
|  | ||||
| install: | ||||
|     prod: | ||||
|         pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl | ||||
|         pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl-cli | ||||
|         pip install --extra-index-url https://pip.sh-edraft.de/ sh_cpl-query | ||||
|  | ||||
|     exp: | ||||
|         pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl | ||||
|         pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl-cli | ||||
|         pip install --extra-index-url https://pip-exp.sh-edraft.de/ sh_cpl-query | ||||
|  | ||||
|     dev: | ||||
|         pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl | ||||
|         pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl-cli | ||||
|         pip install --extra-index-url https://pip-dev.sh-edraft.de/ sh_cpl-query | ||||
| @@ -1,15 +0,0 @@ | ||||
| #!/bin/bash | ||||
| # activate venv | ||||
| source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/venv/bin/activate | ||||
|  | ||||
| # CPL | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_core | ||||
| cpl build | ||||
|  | ||||
| # CLI | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli | ||||
| cpl build | ||||
|  | ||||
| # CPL Query | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query | ||||
| cpl build | ||||
| @@ -1,3 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| google-chrome $PWD/../docs/build/html/index.html | ||||
| @@ -1,8 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| cd ../docs/ | ||||
| sphinx-apidoc -o source/ ../src/cpl_core | ||||
| sphinx-apidoc -o source/ ../src/cpl_query | ||||
| make clean | ||||
| make html; | ||||
| rm source/cpl_query.tests.rst | ||||
| @@ -1 +0,0 @@ | ||||
| print('Hello World') | ||||
| @@ -1,15 +0,0 @@ | ||||
| #!/bin/bash | ||||
| # activate venv | ||||
| source /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/venv/bin/activate | ||||
|  | ||||
| # CPL | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_core | ||||
| cpl publish | ||||
|  | ||||
| # CLI | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_cli | ||||
| cpl publish | ||||
|  | ||||
| # CPL Query | ||||
| cd /home/sven/Nextcloud_Sven/Schreibtisch/git_sh-edraft_de/sh_cpl/src/cpl_query | ||||
| cpl publish | ||||
| @@ -1,16 +0,0 @@ | ||||
| #!/bin/bash | ||||
|  | ||||
| if [ $1 == "-prod" ]; then | ||||
|   twine upload -r pip.sh-edraft.de dist/cpl-cli/publish/setup/* | ||||
|   twine upload -r pip.sh-edraft.de dist/cpl-core/publish/setup/* | ||||
|   twine upload -r pip.sh-edraft.de dist/cpl-query/publish/setup/* | ||||
| elif [ $1 == "-exp" ]; then | ||||
|   twine upload -r pip-exp.sh-edraft.de dist/cpl-cli/publish/setup/* | ||||
|   twine upload -r pip-exp.sh-edraft.de dist/cpl-core/publish/setup/* | ||||
|   twine upload -r pip-exp.sh-edraft.de dist/cpl-query/publish/setup/* | ||||
|  | ||||
| else | ||||
|   twine upload -r pip-dev.sh-edraft.de dist/cpl-cli/publish/setup/* | ||||
|   twine upload -r pip-dev.sh-edraft.de dist/cpl-core/publish/setup/* | ||||
|   twine upload -r pip-dev.sh-edraft.de dist/cpl-query/publish/setup/* | ||||
| fi | ||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user