From 24574aef2299925c10eeb9d20a942f36d1d806d4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 22 Apr 2021 08:27:04 +0300 Subject: feat: use project's name in git tag template --- subplot/bumper.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'subplot/bumper.py') diff --git a/subplot/bumper.py b/subplot/bumper.py index 3edad5e..3c2f8fd 100644 --- a/subplot/bumper.py +++ b/subplot/bumper.py @@ -11,6 +11,10 @@ def install_bumper(ctx): runcmd_prepend_to_path(ctx, dirname=os.path.join(srcdir, "target", "debug")) +def chmod_exec(ctx, filename=None): + os.chmod(filename, 0o755) + + def git_init_and_commit_everything(ctx, dirname=None): runcmd_run = globals()["runcmd_run"] runcmd_exit_code_is_zero = globals()["runcmd_exit_code_is_zero"] -- cgit v1.2.1