After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756213 - gsdpowerenums.py should not be both versioned and cleaned
gsdpowerenums.py should not be both versioned and cleaned
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: power
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2015-10-08 00:04 UTC by Michael Catanzaro
Modified: 2015-10-08 14:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
power: Remove gsdpowerenums from version control (979 bytes, patch)
2015-10-08 00:05 UTC, Michael Catanzaro
committed Details | Review

Description Michael Catanzaro 2015-10-08 00:04:39 UTC
When I run 'make clean', gsdpowerenums.py is shown as removed from my git repo when I run 'git status'. It should either not have been cleaned, or it should be removed from version control. Probably the later.
Comment 1 Michael Catanzaro 2015-10-08 00:05:37 UTC
Created attachment 312865 [details] [review]
power: Remove gsdpowerenums from version control

It's both generated and cleaned, so it shouldn't be in the git repo.
Comment 2 Bastien Nocera 2015-10-08 10:59:11 UTC
Review of attachment 312865 [details] [review]:

Correct.
Comment 3 Michael Catanzaro 2015-10-08 14:45:07 UTC
Attachment 312865 [details] pushed as 3236465 - power: Remove gsdpowerenums from version control