File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,23 @@ class FluentdAptSourcePackageTask < PackageTask
34
34
end
35
35
36
36
def repository_version
37
- "2025.7 .29"
37
+ "2025.8 .29"
38
38
end
39
39
40
40
def repository_name
41
41
"fluentd"
42
42
end
43
43
44
44
def repository_label
45
- "Treasure Agent "
45
+ "Fluentd Project "
46
46
end
47
47
48
48
def repository_description
49
- "Treasure Agent related packages"
49
+ "Fluentd Project related packages"
50
50
end
51
51
52
52
def repository_url
53
- "https://packages.treasuredata.com "
53
+ "https://fluentd.cdn.cncf.io "
54
54
end
55
55
56
56
def repository_gpg_key_ids
Original file line number Diff line number Diff line change 1
- fluent-apt-source (2025.7 .29-1) unstable; urgency=medium
1
+ fluent-apt-source (2025.8 .29-1) unstable; urgency=medium
2
2
3
3
* New upstream release.
4
4
* Support fluent-package v6.
5
5
6
- -- Kentaro Hayashi <
[email protected] >
Thu, 17 Jul 2025 14:52:37 +0900
6
+ -- Kentaro Hayashi <
[email protected] >
Fri, 29 Aug 2025 14:52:37 +0900
7
7
8
8
fluent-apt-source (2025.1.8-1) unstable; urgency=medium
9
9
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ override_dh_auto_build:
39
39
component=main; \
40
40
fi; \
41
41
echo "Types: deb"; \
42
- echo "URIs: https://packages.treasuredata.com /6/$${distribution}/$${code_name}/"; \
42
+ echo "URIs: https://fluentd.cdn.cncf.io /6/$${distribution}/$${code_name}/"; \
43
43
echo "Suites: $${code_name}"; \
44
44
echo "Components: contrib"; \
45
45
echo "Signed-By: /usr/share/keyrings/fluent-archive-keyring.asc"; \
Original file line number Diff line number Diff line change @@ -34,23 +34,23 @@ class FluentdAptLtsSourcePackageTask < PackageTask
34
34
end
35
35
36
36
def repository_version
37
- "2025.7 .29"
37
+ "2025.8 .29"
38
38
end
39
39
40
40
def repository_name
41
41
"fluentd"
42
42
end
43
43
44
44
def repository_label
45
- "Treasure Agent "
45
+ "Fluentd Project "
46
46
end
47
47
48
48
def repository_description
49
- "Treasure Agent related packages"
49
+ "Fluentd Project related packages"
50
50
end
51
51
52
52
def repository_url
53
- "https://packages.treasuredata.com "
53
+ "https://fluentd.cdn.cncf.io "
54
54
end
55
55
56
56
def repository_gpg_key_ids
Original file line number Diff line number Diff line change 1
- fluent-lts-apt-source (2025.7 .29-1) unstable; urgency=medium
1
+ fluent-lts-apt-source (2025.8 .29-1) unstable; urgency=medium
2
2
3
3
* New upstream release.
4
4
* Support fluent-package LTS v6.
5
5
6
- -- Kentaro Hayashi <
[email protected] >
Thu, 17 Jul 2025 14:53:51 +0900
6
+ -- Kentaro Hayashi <
[email protected] >
Fri, 29 Aug 2025 14:53:51 +0900
7
7
8
8
fluent-lts-apt-source (2025.1.8-1) unstable; urgency=medium
9
9
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ override_dh_auto_build:
39
39
component=main; \
40
40
fi; \
41
41
echo "Types: deb"; \
42
- echo "URIs: https://packages.treasuredata.com /lts/6/$${distribution}/$${code_name}/"; \
42
+ echo "URIs: https://fluentd.cdn.cncf.io /lts/6/$${distribution}/$${code_name}/"; \
43
43
echo "Suites: $${code_name}"; \
44
44
echo "Components: contrib"; \
45
45
echo "Signed-By: /usr/share/keyrings/fluent-lts-archive-keyring.asc"; \
You can’t perform that action at this time.
0 commit comments