MCPcopy Create free account
hub / github.com/apache/arrow / generate_apt_ftp_archive_release_conf

Method generate_apt_ftp_archive_release_conf

dev/release/binary-task.rb:1521–1531  ·  view source on GitHub ↗
(code_name, component)

Source from the content-addressed store, hash-verified

1519 end
1520
1521 def generate_apt_ftp_archive_release_conf(code_name, component)
1522 <<-CONF
1523APT::FTPArchive::Release::Origin "#{apt_repository_label}";
1524APT::FTPArchive::Release::Label "#{apt_repository_label}";
1525APT::FTPArchive::Release::Architectures "#{apt_architectures.join(" ")}";
1526APT::FTPArchive::Release::Codename "#{code_name}";
1527APT::FTPArchive::Release::Suite "#{code_name}";
1528APT::FTPArchive::Release::Components "#{component}";
1529APT::FTPArchive::Release::Description "#{apt_repository_description}";
1530 CONF
1531 end
1532
1533 def apt_update(base_dir, incoming_dir, merged_dir)
1534 apt_targets.each do |distribution, code_name, component|

Callers

nothing calls this directly

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected