File: docker_package_update.md

package info (click to toggle)
yade 2025.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 33,308 kB
  • sloc: cpp: 93,298; python: 50,409; sh: 577; makefile: 162
file content (8 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8


aptly repo create -distribution=buster -component=main yadedaily-buster && aptly repo add yadedaily-buster *.deb && aptly repo add yadedaily-buster *.dsc&& AWS_ACCESS_KEY_ID="XXX"  AWS_SECRET_ACCESS_KEY="XXX" aptly publish repo yadedaily-buster s3:yadedaily-repo:/debian/

aptly repo create -distribution=buster -component=main yadedaily-buster
aptly repo add yadedaily-buster *.deb
aptly repo add yadedaily-buster *.dsc
AWS_ACCESS_KEY_ID="XXX"  AWS_SECRET_ACCESS_KEY="XXX" aptly publish repo yadedaily-buster s3:yadedaily-repo:/debian/