##// END OF EJS Templates
scripts: fix whitespacecleanup.sh after contextbar.css was removed and style.css is generated
Mads Kiilerich -
r7183:a5a9ded8 default
parent child Browse files
Show More
@@ -14,12 +14,6 b" sed -i -e '$,${/^$/d}' -e '$a\\' $files"
14 sed -i -e 's,\([^ /]\){,\1 {,g' `hg loc '*.css'`
14 sed -i -e 's,\([^ /]\){,\1 {,g' `hg loc '*.css'`
15 sed -i -e 's|^\([^ /].*,\)\([^ ]\)|\1 \2|g' `hg loc '*.css'`
15 sed -i -e 's|^\([^ /].*,\)\([^ ]\)|\1 \2|g' `hg loc '*.css'`
16
16
17 sed -i -e 's/^\( [^: ]*\) *: *\([^/]\)/\1: \2/g' kallithea/public/css/{style,contextbar}.css
18 sed -i -e '1s|, |,|g' kallithea/public/css/{style,contextbar}.css
19 sed -i -e 's/^\([^ ,/]\+ [^,]*[^ ,]\) *, *\(.\)/\1,\n\2/g' kallithea/public/css/{style,contextbar}.css
20 sed -i -e 's/^\([^ ,/].*\) */\1 /g' kallithea/public/css/{style,contextbar}.css
21 sed -i -e 's,[ ][ ]*$,,g' -e 's, , ,g' kallithea/public/js/graph.js
22
23 hg mani | xargs chmod -x
17 hg mani | xargs chmod -x
24 hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
18 hg loc 'set:!binary()&grep("^#!")&!(**_tmpl.py)&!(**/template**)' | xargs chmod +x
25
19
General Comments 0
You need to be logged in to leave comments. Login now