Skip to content

Commit

Permalink
Merge pull request #772 from bottlerocket-os/manual-dog
Browse files Browse the repository at this point in the history
Remove update update-checking boot service and timer
  • Loading branch information
tjkirch authored Feb 24, 2020
2 parents 19c1dad + 016a725 commit c7c3286
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
6 changes: 1 addition & 5 deletions packages/os/os.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Source103: storewolf.service
Source105: settings-applier.service
Source106: migrator.service
Source107: [email protected]
Source108: updog.timer
Source109: updog.service
Source110: mark-successful-boot.service

# 2xx sources: tmpfilesd configs
Expand Down Expand Up @@ -232,7 +230,7 @@ install -p -m 0644 %{S:5} %{buildroot}%{_cross_templatedir}
install -d %{buildroot}%{_cross_unitdir}
install -p -m 0644 \
%{S:100} %{S:101} %{S:102} %{S:103} %{S:105} \
%{S:106} %{S:107} %{S:108} %{S:109} %{S:110} \
%{S:106} %{S:107} %{S:110} \
%{buildroot}%{_cross_unitdir}

install -d %{buildroot}%{_cross_tmpfilesdir}
Expand Down Expand Up @@ -316,8 +314,6 @@ install -p -m 0644 %{S:201} %{buildroot}%{_cross_tmpfilesdir}/host-containers.co
%{_cross_datadir}/updog
%dir %{_cross_templatedir}
%{_cross_templatedir}/updog-toml
%{_cross_unitdir}/updog.timer
%{_cross_unitdir}/updog.service

%files -n %{_cross_os}preinit
%{_cross_sbindir}/preinit
Expand Down
7 changes: 0 additions & 7 deletions packages/os/updog.service

This file was deleted.

12 changes: 0 additions & 12 deletions packages/os/updog.timer

This file was deleted.

0 comments on commit c7c3286

Please sign in to comment.