jhbuild: add some missing commands and update README (#5195)

Commands: make, tinderbox.

Closes #5195

Co-authored-by: Marc Cornellà <marc.cornella@live.com>
This commit is contained in:
Miguel Vaello Martínez 2016-06-30 12:25:00 +02:00 committed by Marc Cornellà
commit ee7a9f6fe6
2 changed files with 40 additions and 8 deletions

View file

@ -1,5 +1,6 @@
# Aliases
#
# JHBuild Aliases
# Base
alias jh='jhbuild'
# Build
alias jhb='jhbuild build'
@ -7,12 +8,14 @@ alias jhbo='jhbuild buildone'
# Checks
alias jhckb='jhbuild checkbranches'
alias jhckm='jhbuild checkmodulesets'
# Info & list
# Info & List
alias jhi='jhbuild info'
alias jhl='jhbuild list'
# Clean
alias jhc='jhbuild clean'
alias jhco='jhbuild cleanone'
# Make
alias jhm='jhbuild make'
# Run
alias jhr='jhbuild run'
# Depends
@ -25,6 +28,5 @@ alias jhuo='jhbuild updateone'
alias jhun='jhbuild uninstall'
# Shell
alias jhsh='jhbuild shell'
# Tinderbox
alias jht='jhbuild tinderbox'