Codebase list rust-stfu8 / 3b98ec7
dev: print versions in list-pending-not-NEW Ximin Luo 5 years ago
1 changed file(s) with 4 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 sort) \
1111 <(git branch --list -r 'origin/pending-*' --format='%(refname)' | \
1212 sed -e 's,refs/remotes/origin/pending-,,g' | \
13 sort)
13 sort) | \
14 while read x; do
15 echo $x $(git show "pending-$x:src/$x/debian/changelog" | dpkg-parsechangelog -l- -SVersion)
16 done