all repos — tint2 @ 7666077c63e9b0604a89d76c0d9d21a9ef56e26b

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Update packaging info script
o9000 mrovi9000@gmail.com
commit

7666077c63e9b0604a89d76c0d9d21a9ef56e26b

parent

542aa56840014fbf75cc7a4937d4601dacd2ef6c

1 files changed, 5 insertions(+), 4 deletions(-)

jump to
M packaging/update_version_status.shpackaging/update_version_status.sh

@@ -1,11 +1,12 @@

#!/bin/bash -exec > ~/tint2.runner-version.log -exec 2>&1 - set -e set -x +flock -w 0 ~/tint2.runner-version.log + +exec > ~/tint2.runner-version.log +exec 2>&1 cd ~/tint2.wiki git reset --hard

@@ -17,4 +18,4 @@ cat packaging.tmp.md > packaging.md

rm packaging.tmp.md git commit -am 'Update packaging info' -git push +git push origin master