Skip to content

Commit

Permalink
sources: remove unused crate growpart
Browse files Browse the repository at this point in the history
Signed-off-by: Arnaldo Garcia Rincon <[email protected]>
  • Loading branch information
arnaldo2792 committed Jun 23, 2022
1 parent 23b579f commit 07b16ba
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 464 deletions.
1 change: 0 additions & 1 deletion GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
* **gptprio:** A structure of bits in GPT partition headers that specifies priority, tries remaining, and whether the partition booted successfully before.
signpost sets these and GRUB uses them to determine which partition set to boot.
* [**ghostdog**](sources/ghostdog): A program used to manage ephemeral disks.
* [**growpart**](sources/growpart): A program used to expand disk partitions upon boot.
* **host containers**: Containers that run in a separate instance of containerd than "user" containers spawned by an orchestrator (e.g. Kubernetes).
Used for system maintenance and connectivity.
* [**host-ctr**](sources/host-ctr): The program started by `[email protected]` for each host container.
Expand Down
1 change: 0 additions & 1 deletion packages/os/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ source-groups = [
"metricdog",
"parse-datetime",
"ghostdog",
"growpart",
"updater",
"webpki-roots-shim",
"logdog",
Expand Down
15 changes: 0 additions & 15 deletions packages/os/os.spec
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ Requires: %{_cross_os}corndog
Requires: %{_cross_os}certdog
Requires: %{_cross_os}early-boot-config
Requires: %{_cross_os}ghostdog
Requires: %{_cross_os}growpart
Requires: %{_cross_os}host-containers
Requires: %{_cross_os}logdog
Requires: %{_cross_os}metricdog
Expand Down Expand Up @@ -183,11 +182,6 @@ Summary: Tool to manage ephemeral disks
%description -n %{_cross_os}ghostdog
%{summary}.

%package -n %{_cross_os}growpart
Summary: Tool to grow partitions
%description -n %{_cross_os}growpart
%{summary}.

%package -n %{_cross_os}signpost
Summary: Bottlerocket GPT priority querier/switcher
%description -n %{_cross_os}signpost
Expand Down Expand Up @@ -331,7 +325,6 @@ echo "** Output from non-static builds:"
-p logdog \
-p metricdog \
-p ghostdog \
-p growpart \
-p corndog \
-p bootstrap-containers \
-p prairiedog \
Expand Down Expand Up @@ -398,11 +391,6 @@ for p in apiclient ; do
install -p -m 0755 ${HOME}/.cache/.static/%{__cargo_target_static}/release/${p} %{buildroot}%{_cross_bindir}
done

install -d %{buildroot}%{_cross_sbindir}
for p in growpart ; do
install -p -m 0755 ${HOME}/.cache/%{__cargo_target}/release/${p} %{buildroot}%{_cross_sbindir}
done

install -d %{buildroot}%{_cross_datadir}/migrations
for version_path in %{_builddir}/sources/api/migration/migrations/v[0-9]*; do
[ -e "${version_path}" ] || continue
Expand Down Expand Up @@ -534,9 +522,6 @@ install -p -m 0644 %{S:300} %{buildroot}%{_cross_udevrulesdir}/80-ephemeral-stor
%{_cross_bindir}/ghostdog
%{_cross_udevrulesdir}/80-ephemeral-storage.rules

%files -n %{_cross_os}growpart
%{_cross_sbindir}/growpart

%files -n %{_cross_os}signpost
%{_cross_bindir}/signpost
%{_cross_unitdir}/mark-successful-boot.service
Expand Down
34 changes: 0 additions & 34 deletions sources/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions sources/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ members = [

"ghostdog",

"growpart",

"metricdog",

"cfsignal",
Expand Down
19 changes: 0 additions & 19 deletions sources/growpart/Cargo.toml

This file was deleted.

12 changes: 0 additions & 12 deletions sources/growpart/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions sources/growpart/README.tpl

This file was deleted.

3 changes: 0 additions & 3 deletions sources/growpart/build.rs

This file was deleted.

223 changes: 0 additions & 223 deletions sources/growpart/src/diskpart.rs

This file was deleted.

Loading

0 comments on commit 07b16ba

Please sign in to comment.