Lines Matching refs:fetchuri
36 if not args.recipename and not args.srctree and not args.fetch and not args.fetchuri:
43 if not args.fetchuri:
46 args.fetchuri = args.recipename
49 if not args.fetchuri:
52 args.fetchuri = args.srctree
61 if not args.fetchuri:
68 args.fetchuri = 'file://' + os.path.abspath(args.srctree)
72 if args.fetchuri:
76 args.fetchuri = args.fetch
97 if args.fetchuri:
106 elif not args.fetchuri:
128 if args.fetchuri:
129 source = args.fetchuri
234 if args.fetchuri and not args.no_git: