You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
638 B
32 lines
638 B
# JHBuild Aliases |
|
|
|
# Base |
|
alias jh='jhbuild' |
|
# Build |
|
alias jhb='jhbuild build' |
|
alias jhbo='jhbuild buildone' |
|
# Checks |
|
alias jhckb='jhbuild checkbranches' |
|
alias jhckm='jhbuild checkmodulesets' |
|
# 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 |
|
alias jhrd='jhbuild rdepends' |
|
alias jhsd='jhbuild sysdeps' |
|
# Update |
|
alias jhu='jhbuild update' |
|
alias jhuo='jhbuild updateone' |
|
# Uninstall |
|
alias jhun='jhbuild uninstall' |
|
# Shell |
|
alias jhsh='jhbuild shell' |
|
# Tinderbox |
|
alias jht='jhbuild tinderbox'
|
|
|