projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7df472d
)
compat-wireless: "crap" code is "not yet posted", not "not yet merged"
author
Pavel Roskin
<proski@gnu.org>
Tue, 22 Jun 2010 20:40:48 +0000
(16:40 -0400)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 22 Jun 2010 21:10:50 +0000
(14:10 -0700)
scripts/admin-update.sh
patch
|
blob
|
history
diff --git
a/scripts/admin-update.sh
b/scripts/admin-update.sh
index 7592546989c1d854e93e82d737e7bc542811454c..4eb7c3e57060f58810b709bd512dd7ddc29fbcdb 100755
(executable)
--- a/
scripts/admin-update.sh
+++ b/
scripts/admin-update.sh
@@
-85,7
+85,7
@@
nag_pending() {
nag_crap() {
printf "${RED}%10s${NORMAL} - Crap changes not yet posted\n" $2
- printf "${RED}%10s${NORMAL} - Crap additions not yet
merg
ed\n" $3
+ printf "${RED}%10s${NORMAL} - Crap additions not yet
post
ed\n" $3
printf "${RED}%10s${NORMAL} - Crap deletions not yet posted\n" $4
printf "${RED}%10s${NORMAL} - %% of crap code\n" $(perl -e 'printf("%.4f", 100 * '$2' / '$1');')
}