[rfc][icedtea-web] Add netx-dist-dist-tests-whitelist to .hgignore

Jiri Vanek jvanek at redhat.com
Fri Feb 13 13:49:18 UTC 2015


On 02/13/2015 02:36 PM, Jie Kang wrote:
>
>
> ----- Original Message -----
>> On 02/12/2015 10:38 PM, Jacob Wisor wrote:
>>> On 02/12/2015 at 05:29 PM Jie Kang wrote:
>>>> Hello,
>>>>
>>>> Title says it all. I think given the usage of the file, and the extremely
>>>> low possibility of it
>>>> having committed changes, it'd be nice for developers to have it included
>>>> in the .hgignore. This
>>>> is really just for convencience.
>>>>
>>>> What do you think?
>>>>
>>>>
>>>> Regards,
>>>
>>> +1
>>
>> For record, this will not work as intendid:
>>    http://stackoverflow.com/questions/2339716/hgignore-not-working-for-mercurial
>>    http://stackoverflow.com/questions/15699917/mercurial-hg-ignore-does-not-work-properly
>>
>
> Aw good catch. That's annoying :\
>
>> But satill I'm for doing it. Wheter forget this file in future or workaround
>> with -x ...
>
> A template could work too but that seems like overkill. How about making the file part of configure/make process?
>
> I'd prefer forgetting over using -X

Sop actually the solkution will be your original patch with:

--- a/.hgignore	Fri Feb 13 12:48:24 2015 +0100
+++ b/.hgignore	Fri Feb 13 14:42:20 2015 +0100
@@ -11,4 +11,11 @@
  netx/net/sourceforge/jnlp/resources/COPYING.html
  netx/net/sourceforge/jnlp/resources/ChangeLog.html
  netx/net/sourceforge/jnlp/resources/NEWS.html
+# the netx-dist-tests-whitelist is tracked but ignored
+# adjust your .hgrc configuration file:
+# [defaults]
+# status = -X netx-dist-tests-whitelist
+# diff = -X netx-dist-tests-whitelist
+# commit = -X netx-dist-tests-whitelist
+# accordingly
  netx-dist-tests-whitelist



oook? :))

If it works forks for you, feel free to push

J.
>
>
> Regards,
>
>>
>>
>>    J.
>>
>



More information about the distro-pkg-dev mailing list