dep/gps
Kevin Burke 753b47d20b
gps: pass correct arguments to "git clean"
Previously, the "-x" in

    git submodule foreach --recursive git clean -x

was being applied to the "git submodule" command not the "git clean"
command. git submodule foreach expects the inner command to be wrapped
in a single string, so pass git clean as a single string.

Verified this works as expected on the command line.

Originally submitted as #2164 by Daniele Rodina
<geaaru@sabayonlinux.org>, re-submitted by me to amend the commit and
merge immediately.

Fixes #2164.
Fixes #2168.
2019-06-13 11:27:55 -07:00
..
_testdata Adding Unit tests to increase coverage 2018-08-04 12:11:23 -07:00
internal/pb Move gps package out of internal 2017-11-10 17:02:30 -08:00
paths Import internal/test in all packages with tests 2018-01-18 15:14:51 -06:00
pkgtree travis.yml: update to Go 1.12 2019-03-04 10:00:38 -08:00
verify Merge branch 'master' into unit_tests 2019-02-09 13:15:16 -08:00
bridge.go gps: Convert LockedProject to an interface 2018-07-03 01:41:47 -04:00
cmd.go gps: unset some GIT_* variables for git operations 2018-05-22 13:59:04 -07:00
cmd_unix.go gps: kill entire child process group on failure 2019-01-23 15:07:46 -08:00
cmd_windows.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
constraint.go dep: Fix linting issues, update CHANGELOG 2018-07-04 01:13:40 -04:00
constraint_test.go gps: Remove versionTypeUnion 2018-07-01 23:02:41 -04:00
deduce.go gps: support loading credentials from a netrc file 2019-05-08 11:21:24 -07:00
deduce_test.go gps: vcs: fine grained source transitions 2018-01-31 14:54:46 -06:00
discovery.go gps: ignore "mod" VCS type in parseMetaGoImports 2019-05-07 18:17:57 -04:00
doc.go gps: improve documentation; add package doc 2018-02-02 10:11:14 -06:00
error.go gps: vcs: fine grained source transitions 2018-01-31 14:54:46 -06:00
example.go log.Logger api changes 2018-02-02 09:31:05 -06:00
filesystem.go Fix typos 2018-02-05 15:53:08 +09:00
filesystem_test.go [FIX] Cleanup code 2018-02-11 15:20:44 +03:00
identifier.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
lock.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
lock_test.go gps: Remove all reference to InputsDigest 2018-07-03 01:41:47 -04:00
manager_test.go gps: vcs: fine grained source transitions 2018-01-31 14:54:46 -06:00
manifest.go dep: Linting fixes 2018-07-04 01:40:34 -04:00
manifest_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
maybe_source.go gps: source: ping upstream when no local state exists 2018-02-22 08:53:19 -06:00
maybe_source_test.go gps: source: ping upstream when no local state exists 2018-02-22 08:53:19 -06:00
metrics.go gps: simplify `x = x <op> y` to `x <op>= y` 2019-03-09 10:37:49 -08:00
prune.go dep: Fix linting issues, update CHANGELOG 2018-07-04 01:13:40 -04:00
prune_test.go gps: Convert LockedProject to an interface 2018-07-03 01:41:47 -04:00
rootdata.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
rootdata_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
satisfy.go gps: Remove versionTypeUnion 2018-07-01 23:02:41 -04:00
selection.go gps: simplify `x = x <op> y` to `x <op>= y` 2019-03-09 10:37:49 -08:00
selection_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
solution.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
solution_test.go gps: Convert LockedProject to an interface 2018-07-03 01:41:47 -04:00
solve_basic_test.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
solve_bimodal_test.go [FIX] Cleanup code 2018-02-11 15:20:44 +03:00
solve_failures.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
solve_test.go gps: simplify boolean expression 2019-02-16 18:39:51 -08:00
solver.go gps: better information for panic on nil version 2019-03-09 10:10:14 -08:00
solver_inputs_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
source.go gps: replace redundant lambda wrapper with method value 2019-03-09 12:13:28 -08:00
source_cache.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
source_cache_bolt.go gps: Fix Wrapf warnings 2018-07-01 22:43:15 -04:00
source_cache_bolt_encode.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
source_cache_bolt_encode_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
source_cache_bolt_test.go gps: Collapse LockWithImports into Lock 2018-07-03 20:31:50 -04:00
source_cache_multi.go gps: source cache: enable opt-in persistent caching via DEPCACHEAGE env var 2018-02-24 08:23:55 -06:00
source_cache_test.go dep: Get DeltaWriter into a working state 2018-07-03 01:41:47 -04:00
source_errors.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
source_errors_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
source_manager.go dep: Add foundation for verified, pruned vendor 2018-07-03 01:41:47 -04:00
source_manager_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
source_test.go gps: source cache: enable opt-in persistent caching via DEPCACHEAGE env var 2018-02-24 08:23:55 -06:00
strings.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
trace.go gps: simplify `x = x <op> y` to `x <op>= y` 2019-03-09 10:37:49 -08:00
typed_radix.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
typed_radix_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
vcs_repo.go gps: pass correct arguments to "git clean" 2019-06-13 11:27:55 -07:00
vcs_repo_test.go gps: vcs: fine grained source transitions 2018-01-31 14:54:46 -06:00
vcs_source.go gps: prevent hg extensions from interfering 2018-05-17 12:41:10 -07:00
vcs_source_test.go gps: source: ping upstream when no local state exists 2018-02-22 08:53:19 -06:00
vcs_version.go gps: Fix Wrapf warnings 2018-07-01 22:43:15 -04:00
vcs_version_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
version.go gps: Remove versionTypeUnion 2018-07-01 23:02:41 -04:00
version_queue.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
version_queue_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00
version_test.go Move gps package out of internal 2017-11-10 17:02:30 -08:00