mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
Convenience script to tersely display all currently running package builds.
This commit is contained in:
parent
8e499383da
commit
8ccf5fa29d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167296
11
Tools/portbuild/scripts/showrunning
Executable file
11
Tools/portbuild/scripts/showrunning
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# show currently running builds in terse format
|
||||
#
|
||||
ps axww | \
|
||||
grep "/var/portbuild/scripts/pdispatch" | \
|
||||
grep -v "grep /var/portbuild/scripts/pdispatch" | \
|
||||
sed -e "s@.*pdispatch @@;s@/var/portbuild/scripts/portbuild .*/usr/ports/@@;s/ /-/" | \
|
||||
sort
|
Loading…
x
Reference in New Issue
Block a user