
Initialize build environment and setup paths
initialize_build_environment.RdSets up the build environment including codename, platform detection, architecture detection, and directory creation.
Usage
initialize_build_environment(
  package_name,
  codename,
  platform,
  arch,
  local_output_dir_root,
  force,
  s3_bucket,
  s3_access_key_id,
  s3_secret_access_key,
  s3_endpoint,
  s3_region
)Arguments
- package_name
 (character)
Package name- codename
 (character)
Linux distribution identifier- platform
 (character)
Platform identifier- arch
 (character)
Architecture- local_output_dir_root
 (character)
Path to local build root- force
 (logical)
Whether to force-build packages- s3_bucket
 (character)
S3 bucket name- s3_access_key_id
 (character)
S3 access key ID- s3_secret_access_key
 (character)
S3 secret access key- s3_endpoint
 (character)
S3 endpoint- s3_region
 (character)
S3 region