mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 07:01:54 +00:00
Reduce fetchmtn verbosity
svn path=/nixpkgs/trunk/; revision=18300
This commit is contained in:
parent
6722c6c22f
commit
29b28dc3bb
@ -11,7 +11,7 @@ header "getting revision $selector";
|
||||
|
||||
done=;
|
||||
for source in $dbs; do
|
||||
if mtn pull --debug --db "$cacheDB" "$source" "${branch}"; then
|
||||
if mtn pull --db "$cacheDB" "$source" "${branch}"; then
|
||||
revision="$(mtn --db "$cacheDB" au toposort $(mtn --db "$cacheDB" au select "$selector") | tail -1)";
|
||||
if [ -n "$revision" ]; then
|
||||
if mtn --db "$cacheDB" au get_revision "$revision"; then
|
||||
|
Loading…
Reference in New Issue
Block a user