Skip to content

Commit

Permalink
fix versions in requirements.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz committed Apr 13, 2019
1 parent 68b82e3 commit 362a9e4
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## Quantum Mobile v19.04.0

### Improvements
* now installing fixed versions of ansible roles for improved reproducibility
and tracking of changes between Quantum Mobile releases


## Quantum Mobile v19.03.0

### Improvements
Expand Down
30 changes: 15 additions & 15 deletions requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
#- src: gantsign.default-web-browser
# version: 3.1.0
- src: marvel-nccr.ansible_prerequisites
version: master
version: v0.1.0
- src: marvel-nccr.current_user
version: master
version: v0.1.0
- src: marvel-nccr.add_user
version: master
version: v0.1.0
- src: marvel-nccr.simulationbase
version: master
version: v0.1.0
- src: marvel-nccr.ubuntu_desktop
version: master
version: v0.1.0
- src: marvel-nccr.quantum_mobile_customizations
version: master
version: v0.1.0
- src: marvel-nccr.editors
version: master
version: v0.1.0
- src: marvel-nccr.slurm
version: master
version: v0.1.0
- src: marvel-nccr.quantum_espresso
version: master
version: v0.1.0
- src: marvel-nccr.yambo
version: master
version: v0.1.0
- src: marvel-nccr.fleur
version: master
version: v0.1.0
- src: marvel-nccr.siesta
version: master
version: v0.1.0
- src: marvel-nccr.cp2k
version: master
version: v0.1.0
- src: marvel-nccr.wannier90
version: master
version: v0.1.0
- src: marvel-nccr.aiida
version: develop
- src: marvel-nccr.aiidalab
version: master
version: v0.1.0

0 comments on commit 362a9e4

Please sign in to comment.