all repos — tint2 @ 41190204b3ec039dc8ae3b2f5b3a0e9440c03d94

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

Update periodic testing script
o9000 mrovi9000@gmail.com
commit

41190204b3ec039dc8ae3b2f5b3a0e9440c03d94

parent

5bc978ee4496fec27159ecfbefbf19252e878569

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M test/fabfile.pytest/fabfile.py

@@ -87,6 +87,8 @@ if not exists('/home/runner/tint2'):

sudo('cd; git clone https://gitlab.com/o9000/tint2.git', user='runner') if not exists('/home/runner/tint2.wiki'): sudo('cd; git clone git@gitlab.com:o9000/tint2.wiki.git', user='runner') + sudo('cd; git config --global user.name "tint2.runner"', user='runner') + sudo('cd; git config --global user.email "tint2.runner@netperf.tools"', user='runner') @task

@@ -96,7 +98,7 @@ fabtools.cron.add_task('tests', '* * * * *', 'runner', '/home/runner/tint2/test/update_test_status.sh')

fabtools.cron.add_task('packaging_check', '10 */2 * * *', 'runner', '/home/runner/tint2/packaging/update_version_status.sh') -@task +@task(default=True) @roles('runner') def full_runner(): create_users()