You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Quietscheentchen 40b42c44e3 Test commit 4 years ago
src/main breaking change: move build_commons_path from create_devops_build_config -> create_devops_terraform_build_config 4 years ago
.gitignore ignore ide settings 4 years ago
.travis.yml add travis 5 years ago
LICENSE Initial commit 5 years ago
README.md Test commit 4 years ago
build.py breaking change: move build_commons_path from create_devops_build_config -> create_devops_terraform_build_config 4 years ago

README.md

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 --pre 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.5.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.5.0.dev0 --user

Update to newest dev version

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

License

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