Skip to content

Commit

Permalink
disable the default snapshots created by the zypp plugin (bsc#944019)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 14, 2015
1 parent eefcab2 commit b15aa20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/yast2-migration.changes
Expand Up @@ -3,6 +3,8 @@ Mon Sep 14 07:37:39 UTC 2015 - lslezak@suse.cz

- add "important" flag to the snapshots created by the migration
module (bsc#944019)
- disable the default snapshots created by the zypp plugin
(bsc#944019)

-------------------------------------------------------------------
Tue Sep 1 11:08:47 UTC 2015 - lslezak@suse.cz
Expand Down
3 changes: 3 additions & 0 deletions src/lib/migration/main_workflow.rb
Expand Up @@ -157,6 +157,9 @@ def proposals
end

def perform_update
# disable the default snapshots created by the zypp plugin
ENV["DISABLE_SNAPPER_ZYPP_PLUGIN"] = "1"

# this client is located in the yast2-installation package
Yast::WFM.CallFunction("inst_prepareprogress")
# this client is located in the yast2-packager package
Expand Down

0 comments on commit b15aa20

Please sign in to comment.