Skip to content

Commit

Permalink
Disabling local repositories in second stage only.
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Mar 15, 2019
1 parent 20bf1d0 commit 8c962a9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 15 15:54:52 CET 2019 - schubi@suse.de

- Disabling local repositories in second stage only. (bsc#1127818)
- 4.1.4

-------------------------------------------------------------------
Fri Mar 8 12:59:05 UTC 2019 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down
6 changes: 3 additions & 3 deletions package/autoyast2.spec
Expand Up @@ -22,7 +22,7 @@
%endif

Name: autoyast2
Version: 4.1.3
Version: 4.1.4
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down Expand Up @@ -113,8 +113,8 @@ Requires: yast2-bootloader
Requires: yast2-core
Requires: yast2-country
Requires: yast2-ncurses
# Packages.default_patterns
Requires: yast2-packager >= 3.1.10
# Disabling local repos in second stage only.
Requires: yast2-packager >= 4.1.33
# ServicesManagerTargetClass::BaseTargets
Requires: yast2-services-manager >= 3.1.10
Requires: yast2-slp
Expand Down
3 changes: 3 additions & 0 deletions src/clients/inst_autoconfigure.rb
Expand Up @@ -370,6 +370,9 @@ def main
# Invoke SnapshotsFinish client to perform snapshots (if needed)
WFM.CallFunction("snapshots_finish", ["Write"])

# Disabling all local repos
WFM.CallFunction("pkg_finish", ["Write"])

# Saving y2logs
WFM.CallFunction("save_y2logs")

Expand Down

0 comments on commit 8c962a9

Please sign in to comment.