888 Commits

Author SHA1 Message Date
Shengqi Chen
e590153c6e
Retire old erlang script, replace with new one
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2024-04-07 15:48:50 +08:00
Miao Wang
3bd346bbf6 rubygems: also download versions file 2024-04-04 15:58:37 +08:00
Miao Wang
332cb42cb0 docker-ce: fix exception raised when print exception 2024-04-02 21:05:44 +08:00
Miao Wang
32ea323772 dockerfile: make sure python3 won't become python33 2024-04-01 20:24:00 +08:00
Aron Xu
fb7d162b8b freighter: initial crates.io sync script 2024-03-05 15:24:01 +08:00
Miao Wang
0bef021cba llvm-apt: add 18 2024-02-29 14:09:33 +08:00
Miao Wang
e5d2d1c618 Merge remote-tracking branch 'origin/pull/172' 2024-02-03 02:34:16 +08:00
wangling12
bc27995b17
add mongodb 7.0 2024-02-01 11:31:18 +08:00
Miao Wang
3cbfef6b4e openmediavault: add sandworm 2024-01-04 22:55:56 +08:00
Aron Xu
bc7d7eb9aa freighter: update Dockerfile 2023-12-25 16:48:52 +08:00
Aron Xu
e58e2ef21c workflows: add freighter to docker-images.yml 2023-12-23 02:34:39 +08:00
Aron Xu
170f62a787 dockerfiles: add freighter for Rust crates.io 2023-12-23 02:31:29 +08:00
Harry Chen
966e4470cc erlang-new: fix typo
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 19:04:04 +08:00
Harry Chen
ffe2ea27f4 Add preliminary script for new erlang infra
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 19:00:37 +08:00
Harry Chen
414874c094 apt-sync: fix function invocation
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 18:33:23 +08:00
Harry Chen
3719b58509 debian-elts: Use apt-sync instead of debmirror
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 18:30:47 +08:00
Harry Chen
19f6f97a0a apt-sync: also support specify components for each codename, refactor code
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 18:19:27 +08:00
Harry Chen
ddea9a858b Support specify addr family and different arches for codenames in apt-sync.py
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 18:03:13 +08:00
Harry Chen
0707089bdb Retire packagist scripts
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 11:40:18 +08:00
Harry Chen
5a98ccb843 Install ed in base image for debmirror
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 11:19:55 +08:00
Harry Chen
b9059ae17c Update Dockerfile for base image, patch aosp-repo
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-03 01:53:29 +08:00
Harry Chen
9b8f3c8dde yum-sync: avoid passing arch to reposync by default, add option to override, refactor
Signed-off-by: Harry Chen <i@harrychen.xyz>
2023-12-02 22:45:47 +08:00
Shengqi Chen
1d16b9da20
Update yum-sync.py to match tools in dokcer image
Thanks to Hongren Zheng.

Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 17:43:13 +08:00
Shengqi Chen
6020ee70ba
Try migrating Docker images to bookworm
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 17:34:47 +08:00
Shengqi Chen
f7df7b1dd8
Add scripts for debian-elts
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 17:09:47 +08:00
Shengqi Chen
818c0330fb
Downgrade nix-channels to bullseye, remove php-related dependencies in base image
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 16:22:45 +08:00
Shengqi Chen
c7a7fedfe8
Sadly downgrade base image to buster
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 16:12:09 +08:00
Shengqi Chen
ae5b2c995b
Install debmirror in base image
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 15:56:05 +08:00
Shengqi Chen
1dcba6775d
Retire some legacy scripts
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 15:55:29 +08:00
Shengqi Chen
aaebfe71c4
Update actions in workflows
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 15:53:57 +08:00
Shengqi Chen
2aa2488c0b
Upgrade debian versions in Dockerfile
Signed-off-by: Shengqi Chen <harry-chen@outlook.com>
2023-12-02 15:48:06 +08:00
Miao Wang
e23b6e106c Merge remote-tracking branch 'origin/heads/nix-channels-texlive-workaround' 2023-11-20 18:58:30 +08:00
dramforever
fe4884f235 nix-channels: '...' -> b'...' when dealing with paths 2023-11-20 18:34:17 +08:00
dramforever
2fda084533 Workaround for nonexistent paths in store-paths.xz
Found around 2023-11, some channels have store-paths.xz with paths that
are nonexistent on cache.nixos.org.

For example, nixos-unstable has 32 paths with name
"texlive-2022-env-man" or "texlive-2022-env-info", of which 31 don't
exist on cache.nixos.org. (Checked 2023-11-20.) This is a hard error for
"nix path-info".

See https://github.com/tuna/issues/issues/1855
2023-11-20 18:06:48 +08:00
Miao Wang
8e5fadf16d gitlab*: add yum repo for el9 2023-11-20 18:02:50 +08:00
Chen
5e1e9bdd3c
Merge pull request #168 from fxzjshm/master
llvm-apt: add llvm 17
2023-11-01 23:01:38 +08:00
fxzjshm
de1f413225
llvm-apt: add llvm 17
Ref to tuna/issue#1817
2023-11-01 22:17:40 +08:00
Jiajie Chen
ec6c4d0099 adoptium: bump jdk versions to 20 and 21 2023-10-20 21:28:37 +08:00
Miao Wang
59e70ab7c1 git-recursive: change the way to iterate submoudles 2023-10-11 22:34:39 +08:00
Miao Wang
e1c90a2e58 pypi: strip / in the end of upstream URL 2023-07-18 15:22:40 +08:00
Jiajie Chen
979a632f16 pypi: fix 404 not found 2023-07-18 14:57:36 +08:00
Zenithal
0b53ff88c6 wine-build: more debian 2023-06-15 13:58:16 +08:00
Zenithal
d0d74aa308 apt-sync: bookworm is the latest 2023-06-15 13:58:04 +08:00
Miao Wang
b6a97522a7 Dockerfile: add ssh to image 2023-06-15 10:05:53 +08:00
Zenithal
1a36356477 pypi: filter nightly and pre-release
Co-authored-by: TechCiel <i@ciel.dev>
2023-06-12 15:18:04 +08:00
Hongren (Zenithal) Zheng
6c4222e524
Merge pull request #162 from XieYunshen/master
add Paddle/osx-arm64
2023-06-06 14:56:06 +08:00
YUNSHEN XIE
e282edf9a2 add Paddle/osx-arm64 2023-06-01 09:18:24 +00:00
Miao Wang
b5f2aad04c bump actions version & add no-install-recommends 2023-05-21 17:34:55 +08:00
Miao Wang
0ede3fbfbf ftpsync: upgrade to bookworm 2023-05-16 22:38:06 +08:00
Miao Wang
f1c1164253 awscli: patch to ignore microsecond m_time returned 2023-05-16 22:28:26 +08:00