You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2017/04/30 15:20:07 UTC

archiva git commit: Trying some ps features

Repository: archiva
Updated Branches:
  refs/heads/citest dd409b1dd -> 428ca6a10


Trying some ps features


Project: http://git-wip-us.apache.org/repos/asf/archiva/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva/commit/428ca6a1
Tree: http://git-wip-us.apache.org/repos/asf/archiva/tree/428ca6a1
Diff: http://git-wip-us.apache.org/repos/asf/archiva/diff/428ca6a1

Branch: refs/heads/citest
Commit: 428ca6a100c24c7dc26a0ff7108d7a46e411aba4
Parents: dd409b1
Author: Martin Stockhammer <ma...@apache.org>
Authored: Sun Apr 30 17:19:47 2017 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Sun Apr 30 17:19:47 2017 +0200

----------------------------------------------------------------------
 src/ci/scripts/cleanup.ps1 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva/blob/428ca6a1/src/ci/scripts/cleanup.ps1
----------------------------------------------------------------------
diff --git a/src/ci/scripts/cleanup.ps1 b/src/ci/scripts/cleanup.ps1
index 00d37ae..2289ffa 100644
--- a/src/ci/scripts/cleanup.ps1
+++ b/src/ci/scripts/cleanup.ps1
@@ -7,5 +7,4 @@ foreach ($item in $list) {
      $fn = $item.name + "_.txt"
      get-itemproperty $item | format-list 
 }
-Get-Process | sort -Descending CPU
-Get-Process iexplo*
+Get-Process -IncludeUserName -FileVersionInfo  | sort -Descending CPU