The branch 'master' was created. Summary of new commits:
35d4744... Init commit (there is an earlier private history) cb22c0a... Read default user name from git configuration 7c4d4d8... Extract initialization of a new repo to a separate function 1b80888... Wrap code to fetch packages into function f06474f... Function to create new repositories 5cef5c7... Options parser for git like syntax 322e743... Creation and fetching packages with new git like syntax fa96f5d... Be more specific with imports in slug.py ce389cd... Create pldrepo module and move files there 8b1b027... Files for distutils 1480316... commandexc returns stderr 6f84c0d... Exit with error if cannot fetch repository with list of hea d4f0e1c... Exit code != 0 when error occurred 9dac22e... Change name of module once more ee972c7... Version 0.1 9ff4f73... Ported to python 3.x c16329e... Decode stderr 73c5394... Set buffer size for Popen 246a54c... Merge branch 'python3_wiget' f17089c... Read configuration from ~/.gitconfig file 38d5ebd... Use os.path.expanduser instead of path.join and getenv(HOME ed47550... Change the command name from fetch to update 6127c1a... Allow for multiple branch patterns d80dfa5... Translate fnmatch patterns to regexps c48d0b2... Allow for multiple patterns describing packages to operate 7939156... v0.2 fa15aca... Do not use list as default argument 286830c... Dirpattern should be now a tuple or a list 12bbbc7... A little more helpful help message 377d397... Decode binary string in exception 200ba47... Change name of variable s/dirpattern/repopattern/ 9ed2212... Change the name of subparsers to be the same as command 55c9240... Pass gitrepo object to queue of ThreadFetch 5eeeb5a... Add clone subcommand a7734c4... v0.3 d2e2ed2... Option --nonepkgs for update subcommand a665808... Options --newpkgs and --nonewpkgs are mutually exclusive e78bca4... Remove duplicate positional argument a733aad... Sort options 4428e1c... New 'fetch' command f2a034f... Small HOWTO 97ffdd0... v0.4 3d4c672... Typo 1c18490... List command 0784bf0... Check for GitRepoError exception in ThreadFetch e4d51d2... Long option for number of threads c699c83... Man page 881169d... v0.5 f66ace5... Forgotten changelog for v0.5 2dbaafb... Fix setting of push address 7c596fb... v0.6 7cdd0c5... Fix long options name for jobs in configuration file 036174c... Expand ~ in configuration file 619d242... v0.7 36cfa66... Fix pruning of packages with multiple dirpatterns 1f45db9... Verify that only refs/heads/ are recorded in remoterefs rep 4da8ec0... Run mailistnotification in post-receive 8526545... Introduce watch daemon 13dbcf4... Fix removing of branches 8720f33... Register refs to fetch notes in .gitconfig 55777c8... Always fetch notes/commits 5e25e92... Fetch all notes by default 08d086e... Rename watch.py -> slug_watch 82e9100... Merge branch 'notes' 9bc6508... Change set up of post-receive hooks febb8f1... Read old version of head file from git repository 2026d6d... Call wait() method for process that reads heads file 8876095... Enable python plugins for hooks e8a6fe8... Move code generating files for slug_watch to hook plugin e7f2e08... Hook to send notifications to distfiles 1be58f7... Clean import of unused modules 1ebff88... ADC to remove a repository fbac467... Redesign slug_watch to be run from cron 3e339fe... Fix for initial commit in Refs.git caa892f... Fix for non-existent REFREPO_WDIR 5f1795a... Add slug_watch to setup.py 60658e3... ADC to remove a repository 5164f42... distfiles hook moved to gitolite-scripts 3c9e8e5... Initial version of daemon module 98a1be7... Change mask to more restrictive e33e60a... Change paths defined to use by watch daemon to relative one 7c1c81b... Add argument parser c549913... Change pid file to lock file 632fff9... Remove lock file when slug_watch exits or crashes f39a274... Move watch manager and watched events variables into run fa60f5e... Reorganise code in preparation to be run as daemon 0783665... Merge branch 'Daemon' into daemon b37e915... Daemonize slug_watch 94efc88... Remove lock file when SIGTERM is received 09bd8c2... Fix check if dir in Attic already exist 3d048a7... Change mktemp in trash script to process number f7137a1... Create bare repository when gitdir is not a subidr of workd f1a7935... Commit only when there is something to commit dbc986b... Split initialization of git directory and adding of remotes 96aec62... Initialize REFREPO_GDIR if it does not exist 4c45724... Merge fixes in trash script a2138b0... Clean unused module 36a0ffc... Some whitespace cosmetics 766fd00... Specify imported symbols from gitconst 8320d9f... Clean unused variable wdd 200eeb5... Don't redefine built-in dir 84651eb... Get rid of spurious line in slug_watch 2087fc3... Use argument value of runwatch to define uid and gid 07fd7a0... Fix getting information from RemoteRefsError exception cd042d3... Working version of git-archive 9e75ebd... Switch to GitArchiveRefsData f055a95... Remove unused path argument from GitArchiveRefsData 5b8ab35... Remove obsoleted GitRemoteRefsData and options.remoterefs a35d165... Option in refrepo for GitArchiveRefsData to work b7ffeb5... Generate projects.list file for gitweb e47d6d4... Wrap catching exceptions from reading Refs repo in a functi 704ec65... Print error message when no matching package has been found 9f2f28e... Get rid off trash script without date component 69a8453... Change mktemp in trash script to process number bab1af6... adc/trash: take ATTIC and WATCHDIR from environment 73b2b22... Command line options to specify watchdir and refrepo b487f67... Read watchdir from environment c6f5e6d... Remove serverconst.py e95041b... Print information about problematic file and continue to ru 1c060fc... Use logging to inform about status and errors f040cf3... Relative path for trash script in setup.py 9bcf81c... trash: fix for pkgs.git argument 8f6b6dc... ADC to move repositories 7219eb6... Remove forgotten debugging messages in slug_watch 6d98668... Set HOME directory in slug_watch c58e256... slug_watch: don't send log by email in default configuratio a068e99... adc/move: fix error in definition of move_to_full ec826d9... adc/move: move also description file 2b83de7... Move from carme to git.pld-linux.org 9f4cc9c... Correct account name on git.pld-linux.org 838fc39... Option to specify sender of logs 1879dfd... Fetch command should not checkout master branch e625b41... Always initialize local repository in init command 91d34cf... Move depth to common fetch options e215baf... Avoid harcoding of "origin" in showfile c928e36... Checkout command to checkout one branch in all repositories 2d97cff... v0.13 8e37ae5... Default directory with packages changed to ~/rpm/packages 70a85b6... Prune option for checkout 48b1c4f... License f17a9f0... adc/trash: remove spec files from SPECS directory 52a824b... adc/move: github setup of new repository 435a4ab... adc/trash: remove repository from github bdb3c4f... Updated documentation with correct default packagesdir loca fd0ebcd... Unquote values read from config file 574a867... Print meaningful error message when problem with config is 04353b0... Print both stdout and stderr at error 2cf9de3... Print header only when something has been fetched 34505de... fetch_packages returns more accurate list of updated repos 09722d5... fetch_packages can return list of all repositories 8db3247... First version of pull command cdea26d... Don't print default values in --help messages 1acb6db... Fix setting options for subcommands 0725fa5... Values from .gitconfig shouldn't override subcommands behav ab75285... Remove -r option from command synopsis in man page a98dbf7... Describe pull subcommand in man page 5a1be5b... Modify HOWTO with usage of pull subcommand f2125c4... Remove obsoleted Changelog cf7b5c9... adc: Teach move to copy repositories 566f771... Print help message when no subcommand is provided 61005aa... Warn when reinitializing existing .git directory 264dc55... setup.py: Install link copy -> move in adc/bin ce0de2f... adc: Send notifications about moving and copying of package 6ca2d3d... Encode paths in projects.list file a275748... adc: Prevent copy command from copying auto tags and Ra bra c992048... adc: quiet fetch in move/copy 4841a30... Merge changes regarding move/copy adc 8477bfe... slug_watch: Add projects.list.head file feature 1b97e58... slug_watch: Avoid error if projects.list.head does not exis 4ed64f7... slug_watch: Separate cgit and gitweb projects_list _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
