[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: tool to detect new versions
- From: Enrico Scholz <enrico scholz informatik tu-chemnitz de>
- To: Patrice Dumas <pertusus free fr>
- Cc: fedora-devel-list redhat com
- Subject: Re: tool to detect new versions
- Date: Sun, 20 Apr 2008 12:14:21 +0200
Patrice Dumas <pertusus 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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]