]> git.donarmstrong.com Git - cran2deb.git/shortlog
cran2deb.git
2008-09-13 blundellcfix umask to 002
2008-09-13 blundellcwork around lintian's extended-description-is-empty...
2008-09-13 blundellcdepend: change ls output to match the input. this shoul...
2008-09-13 blundellcrepopulate: the repopulate command, as previously promi...
2008-09-13 blundellclatest_log: small tool to show the latest log messages...
2008-09-13 blundellctypo: build->bin, correctly report forced binary depend...
2008-09-13 blundellcforce cairoDevice to depend upon libgtk
2008-09-13 blundellcmore verbose dependency messages. rewrite some scripts...
2008-09-13 blundellcdoc: add a pointer to `cran2deb help'
2008-09-13 blundellcdoc: document installation and some of the database...
2008-09-13 blundellcset the default umask for cran2deb to 002 and clean...
2008-09-13 blundellcremaining archive transistion
2008-09-13 blundellcrevert to using git commit id in zzz.R; git $Id$ is...
2008-09-13 blundellcremove git revision hack (use git's $Id$ equivalent...
2008-09-13 blundellctypo: extra )
2008-09-13 blundellcconfig: move ROOT/etc to /etc/cran2deb
2008-09-13 blundellcsupport local CRAN/BioC mirror in /srv/R/Repositories
2008-09-13 blundellcadd amd64 to repository.
2008-09-13 blundellcdepend: typo tsch -> tcsh.
2008-09-13 blundellcgsoc_final
2008-09-13 blundellcThis directory will host the tags
2008-09-13 blundellcdepend: update dependencies to match what's in the...
2008-09-13 blundellcrJava: depend upon autotools-dev, run R CMD javareconf...
2008-09-13 blundellcbuild: always force the build of packages mentioned...
2008-09-13 blundellcpkg: push more of the responsibility for the source...
2008-09-13 blundellcdoc: document the commands better
2008-09-13 blundellcdata: cran2deb.db should not be here -- it is created...
2008-09-13 blundellcuse NULL instead of NA. include git revision and date...
2008-09-13 blundellcdata: add some more default dependency aliases, forced...
2008-09-13 blundellcgetrpkg: increase the timeout: there's a 45MB R package!
2008-09-13 blundellcREADME: document some of the cran2deb commands.
2008-09-13 blundellcupdate_cache: remove duplicate packages from available.
2008-09-13 blundellcgetrpkg: invoke curl rather than using download.packages.
2008-09-13 blundellcbuild: do not compare deb_revision numbers when decidin...
2008-09-13 blundellcbuild: make things a little more robust.
2008-09-13 blundellccache: use BioC and CRAN; too many interdependencies...
2008-09-13 blundellcmisc: never try to build base packages. revert from...
2008-09-13 blundellcbuild: log system output, build if last build failed...
2008-09-13 blundellcversion: increment revision when a new build is attempt...
2008-09-13 blundellcdb: sql conformant quoting, use NULL not NA for missing...
2008-09-13 blundellcversion: deal with bundles when generating a new build...
2008-09-13 blundellcmisc: change default maintainer to avoid prior art...
2008-09-13 blundellcexec: drop bioc, more verbose version mismatch error...
2008-09-13 blundellcmisc fixes: update database fully rather than just...
2008-09-13 blundellcdepends: don't fail prematurely on unavailable packages
2008-09-13 blundellcdb: don't quote spaces, semi-colons and commas: it...
2008-09-13 blundellcversion: use base epoch
2008-09-13 blundellcbuild: automatically version package builds, record...
2008-09-13 blundellcbuild: refactor, add autobuild command to build outdate...
2008-09-13 blundellcdb: tracking builds & packages backend.
2008-09-13 blundellcdepend: force SQLiteDF to depend upon sqlite. (needs...
2008-09-13 blundellcdb: version the database.
2008-09-13 blundellcdepends: add forced dependencies, separate run/build...
2008-09-13 blundellcpbuilder: switch from lenny to unstable
2008-09-13 blundellctweaks for bulk builds
2008-09-13 blundellcsysreq: typo header->harder
2008-09-13 blundellcbulk build modifications: regexp tweaks, license/sysreq...
2008-09-13 blundellccran2deb: use /var/cache/cran2deb as a permanent cache...
2008-09-13 blundellcsysreq: correct syntax. SQL uses % for *. oops.
2008-09-13 blundellclicense: change syntax: accept licenses not packages...
2008-09-13 blundellcbuild_some: if there exists a previous list of packages...
2008-09-13 blundellcbuild: check for a previous build earlier --- removes...
2008-09-13 blundellclicense: split out some of the heuristics for reducing...
2008-09-13 blundellcsysreq: remove depth 2 nesting of brackets in comments.
2008-09-13 blundellcstyle: remove unnecessary imports (they're in DESCRIPTION)
2008-09-13 blundellclicense: hashes of freeform licenses are stored in...
2008-09-13 blundellcstyle: use la_foo_bar instead of la.foo.bar.
2008-09-13 blundellcr dependencies: use collapse instead of sep for pasting...
2008-09-13 blundellccran2deb: fixes from first round of mass builds. no...
2008-09-13 blundellccran2deb: small bug fixes.
2008-09-13 blundellcdepends: distinguish generated names of build/run-time...
2008-09-13 blundellcctv: make CRAN task view mass building work again....
2008-09-13 blundellcupdate_cache: use Rscript instead of littler.
2008-09-13 blundellcctv: make CRAN task view mass building work again.
2008-09-13 blundellcbuild: don't try to upload a dependency that is already...
2008-09-13 blundellcbuild: check if packages exist already in Debian.
2008-09-13 blundellcdepends+license: use boolean masking on arrow of rownam...
2008-09-13 blundellcsysreq: never explicitly depend upon build-essentials...
2008-09-13 blundellcsysreq: parse SystemRequirements and check each one...
2008-09-13 blundellclicense+db: return NA when no decision is found. reject...
2008-09-13 blundellclicense+sysreq: assign *after* checking the element...
2008-09-13 blundellcdb+license+sysreq: frontend for sysreq and license...
2008-09-13 blundellcpopulate_licenses: a simple cran2deb license script...
2008-09-13 blundellclicenses+db: delegate license acceptance to the databas...
2008-09-13 blundellccran2deb: put base_pkgs into the cache. generate cache...
2008-09-13 blundellccran2deb: oops. correct two cut'n'pastos in previous...
2008-09-13 blundellccran2deb: overrides of licenses and system requirements...
2008-09-13 blundellccran2deb: prune unrequired bits from pbuilder. correct...
2008-09-13 blundellccran2deb: add a symlink to the README in the root
2008-09-13 blundellccran2deb: put README in correct location.
2008-09-13 blundellccran2deb: correct cran2deb dependencies. make cran2deb...
2008-09-13 blundellccran2deb: make into an R package.
2008-09-13 blundellcpbuilder: include xvfb, xauth, and xfont-base in base.tgz
2008-09-13 blundellccran2deb: reverse arc closure. faster reverse traversal.
2008-09-13 blundellccran2deb: speed up dependency graph traversal. allow...
2008-09-13 blundellccran2deb: build depend on xvfb, xfont-base, and xauth.
2008-09-13 blundellcdiagnose: diagnostics for task views
2008-09-13 blundellccran2deb: extra dependencies on command line; fix nasty...
2008-09-13 blundellcupdate_available: use a different mirror for now
2008-09-13 blundellccran2deb: support for building CRAN task views.
next