Commit 836fa990 authored by Zach Hilman's avatar Zach Hilman

file_metadatum: Add conan_export and conan_sources filenames

parent 2a15ea76
......@@ -19,7 +19,7 @@ class Packages::Conan::FileMetadatum < ApplicationRecord
enum conan_file_type: { recipe_file: 1, package_file: 2 }
RECIPE_FILES = %w[conanfile.py conanmanifest.txt].freeze
PACKAGE_FILES = %w[conaninfo.txt conanmanifest.txt conan_package.tgz].freeze
PACKAGE_FILES = %w[conaninfo.txt conanmanifest.txt conan_export.tgz conan_package.tgz conan_sources.tgz].freeze
PACKAGE_BINARY = 'conan_package.tgz'
private
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment