diff options
author | Pascal Terjan <pterjan@mageia.org> | 2024-12-22 15:29:26 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2024-12-22 15:29:26 +0000 |
commit | 93e3882063cd32406c46dc0af807f891f8fcabf2 (patch) | |
tree | 36b4bdc53aa75bd612dde6d588e2c7e33a8f499d | |
parent | fba7c18b0efa4059d90deae23dede87a0bbf05c3 (diff) | |
download | autobuild-93e3882063cd32406c46dc0af807f891f8fcabf2.tar autobuild-93e3882063cd32406c46dc0af807f891f8fcabf2.tar.gz autobuild-93e3882063cd32406c46dc0af807f891f8fcabf2.tar.bz2 autobuild-93e3882063cd32406c46dc0af807f891f8fcabf2.tar.xz autobuild-93e3882063cd32406c46dc0af807f891f8fcabf2.zip |
iurt no longer adds .src.rpm to the log directory
-rwxr-xr-x | autobuild.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autobuild.rb b/autobuild.rb index c4d013a..b9f531d 100755 --- a/autobuild.rb +++ b/autobuild.rb @@ -245,7 +245,7 @@ def insert_run(db, status_file) puts name end # Store some interesting attributes about the build - log_dir = File.dirname(status_file) + '/' + name + '-' + version + '-' + release + '.src.rpm' + log_dir = File.dirname(status_file) + '/' + name + '-' + version + '-' + release attr = find_attributes(log_dir) if result != 'ok' then bug_attr = find_bug_matches(log_dir) |