Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. [source,bash]
  2.  
  3. ----
  4.  
  5. #!/bin/sh -ex
  6.  
  7. repository="git://sh-el6.eng.rdu2.redhat.com/home/tlv/oliel/public_git/ovirt-engine-api-model.git"
  8.  
  9. reference="4.4.11"
  10.  
  11. brewtag="rhevm-4.4.11-rhel-7-mead-candidate"
  12.  
  13. brew maven-build \
  14.  
  15. --property 'adoc.separator=-' \
  16.  
  17. --property 'product.name=Red Hat Virtualization' \
  18.  
  19. --property 'engine.name=Red Hat Virtualization Manager' \
  20.  
  21. "${brewtag}" \
  22.  
  23. "${repository}#${reference}"
  24.  
  25. ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement