tool to detect new versions

Enrico Scholz enrico.scholz at informatik.tu-chemnitz.de
Sun Apr 20 10:14:21 UTC 2008


Patrice Dumas <pertusus at free.fr> writes:

>> 3. add
>>    | include ~/.fedora/Makefile.common
>>    to your ~/.cvspkgrc
>
> I don't have such file and I cannot anything related on the internet.
> Surely, I am missing something...

It's optionally (--> when it does not exist yet, create it); see
common/Makefile.common:

| CVS_EXTRAS_RC   := $(shell if test -f $(HOME)/.cvspkgsrc ; then echo $(HOME)/.cvspkgsrc ; fi)
| ifdef CVS_EXTRAS_RC
| include $(CVS_EXTRAS_RC)
| endif

It is the place where you can also configure stuff like

| KOJI_FLAGS    = --nowait


Enrico




More information about the fedora-devel-list mailing list