~fginther/+junk/mbs-hooks-unity-lens-gdocs

« back to all changes in this revision

Viewing changes to H05set_package_version

  • Committer: Francis Ginther
  • Date: 2012-11-07 16:38:15 UTC
  • Revision ID: francis.ginther@canonical.com-20121107163815-3bnxy5mf1q943uh8
Update for nux inline packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
fi
9
9
if [ -z "${packaging_branch}" ]; then
10
10
    # Manually set packaging branch to hardcoded value
11
 
    packaging_args='-i -a lp:~mterry/libunity/inline-debian'
 
11
    packaging_args='-i -a lp:~mterry/nux/inline-debian'
12
12
else
13
13
    packaging_args="-a ${packaging_branch}"
14
14
fi