Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(skype) migrated from ferventcoder/chocolatey-packages #995

Merged
merged 10 commits into from
Apr 6, 2018
Merged

Conversation

jberezanski
Copy link
Contributor

@jberezanski jberezanski commented Mar 26, 2018

Description

Skype package migrated from https://github.com/ferventcoder/chocolatey-packages/tree/master/automatic/skype and converted to AU.

Motivation and Context

The package has been outdated and broken for a while now. A few days ago Microsoft restored the ability to install the classic Skype by publishing updated installers (7.41). This is a good opportunity to bring this package back to life, once more enabling users to install the most feature-rich Skype version.

How Has this Been Tested?

Tested two scenarios, both on Windows 10 1709:

  • upgrade from 7.40
  • fresh install

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Migrated package (a package has been migrated from another repository)

Checklist:

  • My code follows the code style of this repository.
  • My change requires a change to documentation (this usually means the notes in the description of a package).
  • I have updated the documentation accordingly (this usually means the notes in the description of a package).
  • All files are up to date with the latest Contributing Guidelines
  • The added/modified package passed install/uninstall in the chocolatey test environment.
  • The changes only affect a single package (not including meta package).

Original Location

@jberezanski
Copy link
Contributor Author

I'm aware that the install scripts are not compliant with the coding style of this repo, but I wanted to fix the package as quickly as possible and postpone code cleanup to a later time.

@majkinetor
Copy link
Contributor

majkinetor commented Mar 27, 2018

Installer is indeed very poor.
Also Skype doesn't start with windows after upgrading through chocolatey seems like a serious issue.

@jberezanski
Copy link
Contributor Author

Also Skype doesn't start with windows after upgrading through chocolatey seems like a serious issue.

I've never been bothered by that myself, but I understand some users might be annoyed by that. Anyway, the package has been behaving like that for years, so I consider changing this to be out of scope of the migration process.

The uninstall script has at least two bugs:
1) its registry uninstall key name filter is too broad and will pick up
   other technically unrelated applications, such as "Skype for Business"
   or "Skype Online PowerShell",
2) the script starts the uninstaller but does not wait for it to end,
   making the Chocolatey auto uninstaller fail with "another
   installation is in progress".

The auto uninstaller of modern Chocolatey is perfectly capable of
uninstalling Skype on its own, so let's avoid both problems by removing
the uninstall script.
@majkinetor majkinetor added Requires chocolatey-community User chocolatey-community user should be added to the list of package maintainers on Chocolatey Gallery 4 - Done labels Mar 31, 2018
@AdmiringWorm
Copy link
Member

@majkinetor chocolatey user has been added

@AdmiringWorm AdmiringWorm removed the Requires chocolatey-community User chocolatey-community user should be added to the list of package maintainers on Chocolatey Gallery label Apr 5, 2018
@majkinetor majkinetor merged commit 269580c into master Apr 6, 2018
@gep13 gep13 deleted the skype branch April 6, 2018 19:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants