-
Notifications
You must be signed in to change notification settings - Fork 522
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2238 from arnaldo2792/remove-unused
Remove unused crates
- Loading branch information
Showing
17 changed files
with
1 addition
and
909 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -158,11 +157,6 @@ Summary: Dispatches Bottlerocket update commands | |
%description -n %{_cross_os}thar-be-updates | ||
%{summary}. | ||
|
||
%package -n %{_cross_os}servicedog | ||
Summary: Manipulates systemd units based on setting changes | ||
%description -n %{_cross_os}servicedog | ||
%{summary}. | ||
|
||
%package -n %{_cross_os}host-containers | ||
Summary: Manages system- and user-defined host containers | ||
Requires: %{_cross_os}host-ctr | ||
|
@@ -188,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 | ||
|
@@ -327,7 +316,6 @@ echo "** Output from non-static builds:" | |
-p bork \ | ||
-p thar-be-settings \ | ||
-p thar-be-updates \ | ||
-p servicedog \ | ||
-p host-containers \ | ||
-p storewolf \ | ||
-p settings-committer \ | ||
|
@@ -337,7 +325,6 @@ echo "** Output from non-static builds:" | |
-p logdog \ | ||
-p metricdog \ | ||
-p ghostdog \ | ||
-p growpart \ | ||
-p corndog \ | ||
-p bootstrap-containers \ | ||
-p prairiedog \ | ||
|
@@ -374,7 +361,7 @@ install -d %{buildroot}%{_cross_bindir} | |
for p in \ | ||
apiserver \ | ||
early-boot-config netdog sundog schnauzer bork corndog \ | ||
thar-be-settings thar-be-updates servicedog host-containers \ | ||
thar-be-settings thar-be-updates host-containers \ | ||
storewolf settings-committer \ | ||
migrator prairiedog certdog \ | ||
signpost updog metricdog logdog \ | ||
|
@@ -404,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 | ||
|
@@ -514,9 +496,6 @@ install -p -m 0644 %{S:300} %{buildroot}%{_cross_udevrulesdir}/80-ephemeral-stor | |
%{_cross_bindir}/thar-be-updates | ||
%{_cross_tmpfilesdir}/thar-be-updates.conf | ||
|
||
%files -n %{_cross_os}servicedog | ||
%{_cross_bindir}/servicedog | ||
|
||
%files -n %{_cross_os}host-containers | ||
%{_cross_bindir}/host-containers | ||
%{_cross_unitdir}/[email protected] | ||
|
@@ -543,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 | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.