install.cfg #1

  • //
  • guest/
  • miki_tebeka/
  • p4vaddins/
  • main/
  • install.cfg
  • View
  • Commits
  • Open Download .zip Download (1 KB)
# Configraion file for installer

# Copyright (c) 2006 Qualcomm
# Miki Tebeka <[email protected]>

#vim: ft=python

CustomTool (
    name = "Label To Change",
    command = "label2change.exe",
    arguments = "-p $p -u $u -c $c %D",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Quick Label",
    command = "quick-label.exe",
    arguments = "-c $c -u $u -p $p %D",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Checkout To",
    command = "checkout-to.exe",
    arguments = "-c $c -p $p -u $u %D",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Publish",
    command = "publishui.exe",
    arguments = "-c $c -p $p -u $u",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Catchup",
    command = "publishui.exe",
    arguments = "-c $c -p $p -u $u --catchup",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Create Development Branch",
    command = "make-dev-branch.exe",
    arguments = "-c $c -p $p -u $u %D",
    addToContext = "yes",
    directory = "$install"
)

CustomTool (
    name = "Safe Synchronize",
    command = "safe-sync.exe",
    arguments = "-c $c -p $p -u $u %D",
    addToContext = "yes",
    directory = "$install"
)
# Change User Description Committed
#1 5280 Miki Tebeka Initial checkin of project