Revision a09634f8

b/devflow/autopkg.py
136 136
                      help="If running in snapshot mode, automatically set"
137 137
                           " the changelog distribution to this value"
138 138
                           " (default=unstable).")
139
    parser.add_option("-S", "--source-only",
140
                      dest="source_only",
141
                      default=False,
142
                      action="store_true",
143
                      help="Specifies a source-only build, no binary packages"
144
                           " need to be made.")
139 145

  
140 146
    (options, args) = parser.parse_args()
141 147

  
......
280 286
                " --git-upstream-tag=%s"\
281 287
                % (build_dir, branch, debian_branch, ignore_regexp,
282 288
                   upstream_tag)
289
    if options.source_only:
290
        build_cmd += " -S"
283 291
    if not options.sign:
284 292
        build_cmd += " -uc -us"
285 293
    elif options.keyid:

Also available in: Unified diff