View previous topic :: View next topic |
Author |
Message |
DaggyStyle Watchman
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Fri Dec 26, 2008 10:14 am Post subject: not compile unchanged svn source? |
|
|
I wanted to ask, I have a script that fetches all installed svn based packages (9999 ones) from /var/db/pkg and reemerges them, is there a way to instruct portage (unless said otherwise) not to build it if the svn's revision was't changed? _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9625 Location: beyond the rim
|
Posted: Fri Dec 26, 2008 6:48 pm Post subject: |
|
|
No. |
|
Back to top |
|
|
DaggyStyle Watchman
Joined: 22 Mar 2006 Posts: 5941
|
Posted: Fri Dec 26, 2008 9:18 pm Post subject: |
|
|
short anwser... in general, I can modify the svn eclass right? _________________ Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9625 Location: beyond the rim
|
Posted: Fri Dec 26, 2008 9:21 pm Post subject: |
|
|
DaggyStyle wrote: |
short anwser... in general, I can modify the svn eclass right? |
Sure, but the eclass doesn't have any control about wether a package is rebuilt or not (short of dying in src_unpack, which probably is not what you want). |
|
Back to top |
|
|
|