Huan Xiong
Huan Xiong
It turns out that `install` script has this support already. See its `--cleanupimageid` option. Below is the code in `lib/auxiliary/dependencies.py` which implements the option: if options.cleanupimageid : _cmd += ";...
I'm reopening the issue to request a small change. When user runs "vmattach check:::" command, CBTOOL should add "--cleanupimageid" option to the generated command. Example: "~/cbtool/pre_install.sh; ~/cbtool/install --role workload --wks...
Swift website has a page for active GPG keys (https://www.swift.org/keys/active/). I found it by google. Unfortunately that page isn't friendly to script and there seems to be no `active-keys.asc` file....
I submitted an enhancement [#776](https://github.com/swiftlang/swift-org-website/issues/776) in swift.org repo.
It turns out installing Python2 doesn't work on ubuntu 22.04 because of package name change. Take cassandra_2.1.22_all.deb installation as an example: - The Python 2 package name is "python2" (not...