Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleared X11 forwarding for 'ext' (ssh) and 'no' (ssh) auth types, which was ↵ | Armando Di Cianno | 2004-12-13 | 1 | -15/+16 |
| | | | | causing sandbox violations for root's .xauth when users had ForwardX11 turned on system-wide; fixed 'no' auth type (mainly used in cvs fetching GNUstep related ebuilds) to act as 'ext' (ssh) acts as appropriate, removing need for duplication of logic in code; removed redundant StrictHostKeyChecking option passed to the ssh command when 'ext' (ssh) auth type is used; tested with CVS fetching ebuilds other than the ones I maintain to make sure I didn't break anything ;-) | ||||
* | '...' -> ' ...' | Mike Frysinger | 2004-10-19 | 1 | -6/+6 |
| | |||||
* | Added an auth/server type of 'no' which uses no AUTH type, and no password; ↵ | Armando Di Cianno | 2004-09-28 | 1 | -3/+28 |
| | | | | tested changes with pserver and ext auth server types, checks out AOK | ||||
* | update the copyright info | Mike Frysinger | 2004-06-25 | 1 | -2/+2 |
| | |||||
* | Added password-based SSH ext support + some cosmetic fixes. patch by jbms. | Tal Peer | 2004-01-04 | 1 | -124/+311 |
| | |||||
* | Clarify things a bit | Tal Peer | 2003-09-28 | 1 | -2/+4 |
| | |||||
* | Implemented ECVS_CLEAN - for fetching a clean copy of the repository when ↵ | Tal Peer | 2003-09-28 | 1 | -1/+7 |
| | | | | updating it. | ||||
* | - I'm taking over this eclass. muhahaha. | Tal Peer | 2003-09-28 | 1 | -47/+61 |
| | | | | | - Cosmetics. - SSH Auth support (original patch by Danny <danny.milo@gmx.net>, slightly modified by me). | ||||
* | aesthetics updates #25218 | Mike Frysinger | 2003-08-07 | 1 | -23/+24 |
| | |||||
* | add einfo | Mike Frysinger | 2003-07-20 | 1 | -1/+2 |
| | |||||
* | fix ECVS_LOCALNAME handling for cases where ebuild calls cvs_src_unpack more ↵ | Dan Armak | 2003-07-04 | 1 | -3/+19 |
| | | | | than once. this happen in eg kdenonbeta modules automated via kde-source.eclass. | ||||
* | add support for local module renaming. this is basically the cvs checkout -d ↵ | Dan Armak | 2003-06-30 | 1 | -16/+29 |
| | | | | | | | | | option. useful when a module has a name ilke 'driver' or when a normal checkout would create several empty directories before getting to the actual files (eg a/b/c/module/files). this doesn't affect ebuilds that don't have ECVS_LOCALNAME set. patch submitted by Jon Kolb. closes #20715. | ||||
* | Fixed sourforge.net which doesnt like -z4 anymore | Torben Hohn | 2003-06-13 | 1 | -1/+5 |
| | |||||
* | die if a call to cvs fails. close bug #20871. | Dan Armak | 2003-06-10 | 1 | -5/+5 |
| | |||||
* | fix offline mode fetching - cvs_src_unpack was incorrectly exiting without ↵ | Dan Armak | 2003-04-27 | 1 | -3/+2 |
| | | | | copying the sources into workdir when in offline mode | ||||
* | fix wierd error message to be more understandable | Dan Armak | 2003-04-23 | 1 | -4/+4 |
| | |||||
* | fix issues with non-empty-password pserver cvs updates. also add more ↵ | Dan Armak | 2003-04-22 | 1 | -14/+16 |
| | | | | verbose nd sensible output. | ||||
* | fixes to comments | Dan Armak | 2003-04-22 | 1 | -4/+4 |
| | |||||
* | new rewritten cvs.eclass and kde-source.eclass changed to match. see ↵ | Dan Armak | 2003-04-19 | 1 | -259/+163 |
| | | | | gnetoo-dev,core posts for details abt the changes. | ||||
* | By default don't set ECVS_BRANCH so can do -d "timestamp" checkouts | Stefan Jones | 2003-04-17 | 1 | -2/+2 |
| | |||||
* | fixed type. closes #17987. | Martin Holzer | 2003-03-28 | 1 | -2/+2 |
| | |||||
* | fixes: fix cases where an empty password is required, as distinct from ↵ | Dan Armak | 2003-03-19 | 1 | -14/+28 |
| | | | | having no password at all. remove some redundant code. add extra debug output to keep track of the flow. misc fixes. | ||||
* | modified cvs.eclass to use 'anonymous' pservers with password - see bug ↵ | Tilman Klar | 2003-02-21 | 1 | -2/+29 |
| | | | | #11497 for details | ||||
* | header fixes | Mike Frysinger | 2003-02-16 | 1 | -2/+4 |
| | |||||
* | Fixed pserver non-anonymous logins | Stefan Jones | 2002-12-31 | 1 | -3/+6 |
| | |||||
* | only use su if ECVS_RUNAS != whoami. resolves problems with portage .47 ↵ | Dan Armak | 2002-12-22 | 1 | -5/+14 |
| | | | | which doesn't run as root as so normally has no su access. | ||||
* | add one more instance of variable quoting. finally closes bug #10872. | Dan Armak | 2002-11-30 | 1 | -2/+2 |
| | |||||
* | take * out of quotes, otherwise it's not shell-expanded | Dan Armak | 2002-11-29 | 1 | -3/+3 |
| | |||||
* | add quotes around all filenames/dirnames so that names with spaces in them work | Dan Armak | 2002-11-23 | 1 | -21/+21 |
| | |||||
* | changed chown root to chown `whoami` | Stefan Jones | 2002-11-22 | 1 | -2/+2 |
| | |||||
* | New version of cvs.eclass: Added ECVS_AUTH and ECVS_RUNAS. | Tilman Klar | 2002-11-19 | 1 | -19/+43 |
| | |||||
* | new funcitonality: non-anonymous cvs access via :ext: and ssh/rsh, courtesy ↵ | Dan Armak | 2002-11-01 | 1 | -5/+52 |
| | | | | of phoenix. set ECVS_ANON=no and ECVS_USER=foo, ECVS_PASS=bar to activate. | ||||
* | Header updates/cleanups | Mike Frysinger | 2002-10-25 | 1 | -2/+2 |
| | |||||
* | fix identation (proper tabs everywhere, alignment) in my eclasses | Dan Armak | 2002-10-24 | 1 | -32/+30 |
| | |||||
* | fix bug with non-local fetches where ECVS_SUBDIR has depth of two levels or ↵ | Dan Armak | 2002-09-22 | 1 | -2/+2 |
| | | | | more; things were being copied to wrong places, breaking things like k3b | ||||
* | clean up cvs_src_unpack's copying of sources from the cvs dir into the ↵ | Dan Armak | 2002-09-16 | 1 | -10/+16 |
| | | | | workdir; fix a minor bug where unwanted dirs in doc/ were being copied | ||||
* | fix several bugs, including one that broke 1st-time checkouts that used ↵ | Dan Armak | 2002-09-15 | 1 | -6/+11 |
| | | | | ECVS_SUBDIR, another where DIR was incorrectly set, and even eliminated a few deprecated ECVS_MODULE_SUBDIR references (should be ECVS_SUBDIR now) | ||||
* | fix the mkdir/sandbox stuff once and for all, as well as a problem with ↵ | Dan Armak | 2002-09-10 | 1 | -28/+24 |
| | | | | symlinks in the ECVS_TOP_DIR path. | ||||
* | fix error message when ECVS_TOP_DIR do not exist; and sandbox issues | Martin Schlemmer | 2002-09-08 | 1 | -1/+2 |
| | |||||
* | fix error message when ECVS_TOP_DIR do not exist | Martin Schlemmer | 2002-09-08 | 1 | -1/+3 |
| | |||||
* | 1. add ECVS_BRANCH support, with branch autoswitching handled by cvs itself. ↵ | Dan Armak | 2002-09-08 | 1 | -3/+18 |
| | | | | 2. make the deafult location /cvs-src, and for kde stuff ditto/kde. 3. fix sandbox + ECVS_TOP_DIr is a symlink problem. | ||||
* | use ECVS_USER, since we define it. close #6455. | Dan Armak | 2002-08-19 | 1 | -2/+2 |
| | |||||
* | replace assert-like | Dan Armak | 2002-08-18 | 1 | -3/+3 |
| | |||||
* | fix bug reported by Daniel Mettler - files getting patched twice | Dan Armak | 2002-08-10 | 1 | -1/+4 |
| | |||||
* | fix bug with multiple-level subdirs being fecthed; remove empty dirs where ↵ | Dan Armak | 2002-08-03 | 1 | -4/+12 |
| | | | | fecthing failed | ||||
* | fix sandbox issues with creation of the top directory; make the setting for ↵ | Dan Armak | 2002-08-03 | 1 | -4/+6 |
| | | | | offline mode ECVS_SERVER=offline to avoid messing with troublesome empty variable/unset variable distintions | ||||
* | make the default command cvs -q again | Dan Armak | 2002-08-02 | 1 | -2/+2 |
| | |||||
* | more rewrites. now works with kdenonbeta apps etc. will upload new tarball ↵ | Dan Armak | 2002-08-01 | 1 | -9/+26 |
| | | | | to website shortly. | ||||
* | a big rewrite. fixes some bugs (hopefully the sandbox issues too); adds ↵ | Dan Armak | 2002-08-01 | 1 | -49/+89 |
| | | | | support for module subdirs to be fetched - used in fetching kde-common/admin and will soon provide the base for the kdenonbeta- and kdeextragear-derivative ebuilds. | ||||
* | make cvs_src_unpack implement base_src_unpack-style autopatching. this way ↵ | Dan Armak | 2002-07-19 | 1 | -1/+13 |
| | | | | patches from csv ebuilds apply which fixes compile problems in kdeartwork. |