Compare commits
No commits in common. "147c56e959c9b67b53cc6f69708c0f16377f1ecc" and "118f8d982221bc008f0e311c86c0bf28f3936497" have entirely different histories.
147c56e959
...
118f8d9822
|
|
@ -23,7 +23,6 @@ alias tn="ssh -L localhost:5488:emb-ofbiz-nereide-ofbiz2-rds.ckerltpo0vvy.eu-wes
|
||||||
# ofbiz specific
|
# ofbiz specific
|
||||||
alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers=seed,seed-initial -l delegator=test"'
|
alias resetTestDb='dropdb ofbiz && createdb ofbiz && ./gradlew "ofbiz -l readers=seed,seed-initial -l delegator=test"'
|
||||||
alias testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
|
alias testRfid='./gradlew "ofbiz --test component=rfid --test delegator=test"'
|
||||||
alias testIntegOFbiz='./gradlew cleanAll loadAll testIntegration'
|
|
||||||
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
|
alias reducePdf="gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/screen \
|
||||||
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
|
-dNOPAUSE -dBATCH -dColorImageResolution=150 \
|
||||||
-sOutputFile=output.pdf"
|
-sOutputFile=output.pdf"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue