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

[gdm] Ubuntu calls gdm, gdm3 #1937

Closed
wants to merge 1 commit into from
Closed

Conversation

BryanQuigley
Copy link
Contributor

Resolves: #1937

Signed-off-by: Bryan Quigley bryan.quigley@canonical.com


Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines

  • Is the commit message split over multiple lines and hard-wrapped at 72 characters?
  • Is the subject and message clear and concise?
  • Does the subject start with [plugin_name] if submitting a plugin patch or a [section_name] if part of the core sosreport code?
  • Does the commit contain a Signed-off-by: First Lastname email@example.com?
  • If this commit closes an existing issue, is the line Closes: #ISSUENUMBER included in an independent line?
  • If this commit resolves an existing pull request, is the line Resolves: #PRNUMBER included in an independent line?

@@ -15,7 +15,7 @@ class Gdm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):

plugin_name = 'gdm'
profiles = ('desktop',)
packages = ('gdm',)
packages = ('gdm', 'gd3',)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't the added package name rather gdm3?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Alright, I need to slow down.
Nice catch!

Resolves: sosreport#1937

Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
@@ -15,7 +15,7 @@ class Gdm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):

plugin_name = 'gdm'
profiles = ('desktop',)
packages = ('gdm',)
packages = ('gdm', 'gdm3',)

def setup(self):
self.add_copy_spec("/etc/gdm/*")
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does all the "gdm" operation applies to the gdm3 package ? (e.g. gdm3 comes with /etc/gdm3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants