No description
Find a file
2020-03-21 13:36:09 +01:00
src/main fix autoapprove 2020-03-21 13:36:09 +01:00
.gitignore ignore ide settings 2020-01-28 12:11:02 +01:00
.travis.yml add travis 2019-09-04 18:45:29 +02:00
build.py revert 2020-03-13 18:17:49 +01:00
LICENSE Initial commit 2019-09-04 16:57:40 +02:00
README.md fix readme 2020-03-05 16:23:47 +01:00

dda-devops-build

Slack | team@social.meissa-gmbh.de team@social.meissa-gmbh.de | Website & Blog

Setup

sudo apt install python3-pip
#sudo pip3 install pip3 --upgrade
pip3 install pybuilder ddadevops --user
pip3 install boto3 python-terraform --user
export PATH=$PATH:~/.local/bin

Snapshot

  1. pyb publish upload
  2. Versions nr in build.py: hochzählen, *.dev0 anfügen
  3. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user

Release

  1. Versions nr in build.py: *.dev0 entfernen
  2. git commit -m "release"
  3. git tag [version]
  4. pyb publish upload
  5. git push && git push --tag
  6. Versions nr in build.py: hochzählen, *.dev0 anfügen
  7. git commit & push
  8. sudo pip3 install --pre ddadevops==0.4.0.dev0 --user

Update to newest dev version

pip3 install --pre ddadevops==0.4.1.dev0 --user

License

Copyright © 2019 meissa GmbH Licensed under the Apache License, Version 2.0 (the "License")