Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 704494 - dev-util/idea-community should disable automatic update check
Summary: dev-util/idea-community should disable automatic update check
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Arisu Tachibana
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-01-01 19:56 UTC by Dennis Lamm
Modified: 2021-05-01 20:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dennis Lamm gentoo-dev 2020-01-01 19:56:10 UTC
Since the updates are done with portage, please disable the update notification in the IDE.

Possible solutions see https://intellij-support.jetbrains.com/hc/en-us/community/posts/205436490-Is-there-a-way-to-disable-automatic-update-checking-during-installation-
Comment 1 Larry the Git Cow gentoo-dev 2020-01-04 00:13:06 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc48798f0688e6dea518c1f6f22750fd54bb913f

commit cc48798f0688e6dea518c1f6f22750fd54bb913f
Author:     Mike Pagano <mpagano@gentoo.org>
AuthorDate: 2020-01-04 00:12:51 +0000
Commit:     Mike Pagano <mpagano@gentoo.org>
CommitDate: 2020-01-04 00:12:51 +0000

    dev-util/idea-community: Prevent automatic updates
    
    Append a setting to the properties file which
    will prevent automatic updates and show the user
    from within the application that Gentoo is controlling
    that.
    
    Closes: https://bugs.gentoo.org/704494
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Mike Pagano <mpagano@gentoo.org>

 ...> idea-community-2019.3.193.5233.102-r1.ebuild} | 28 +++++++++++++++-------
 1 file changed, 19 insertions(+), 9 deletions(-)
Comment 2 Mike Pagano gentoo-dev 2020-01-04 00:16:23 UTC
Ok, so this definitely works and I think it's the right thing to do.

As indicated in our dev manual:

"Sometimes it is better to use regular expressions to manipulate content rather than patching sources. This can be used for small changes, especially those which are likely to create patch conflicts across versions. The canonical way of doing this is via sed"

If this breaks some kind of policy or long standing not written down standard someone let me know and I'll address in a different way.