diff options
-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) |