summary refs log tree commit diff
path: root/pkgs/build-support/upstream-updater
Commit message (Collapse)AuthorAge
* treewide: remove redundant recvolth2019-08-28
|
* Fix #4210: Remove builderDefsDomen Kožar2016-08-31
| | | | | | | | | | | | | This was one of the ways to build packages, we are trying hard to minimize different ways so it's easier for newcomers to learn only one way. This also: - removes texLive (old), fixes #14807 - removed upstream-updater, if that code is still used it should be in separate repo - changes a few packages like gitit/mit-scheme to use new texlive
* update-walker: allow filtering for SF tarballsMichael Raskin2016-08-11
|
* update-walker: add a minimal descriptionMichael Raskin2016-01-01
|
* More support for SF.net in auto-updaterMichael Raskin2014-09-02
|
* Filter out broken-completely linksMichael Raskin2014-07-18
|
* Fix default tarball maskMichael Raskin2014-07-01
|
* Allow pure-meta updates to specify tarball regexpMichael Raskin2014-07-01
|
* Allow update-walker to run directly from meta attributesMichael Raskin2014-07-01
|
* Allow selection of named SF dirsMichael Raskin2014-06-27
|
* Add a function to overwrite just the version and sha256 by grepping themMichael Raskin2014-06-13
|
* Updating SlimerJS to Git version for compatibility with fresh xulrunnerMichael Raskin2013-10-31
|
* Adding a facility to generate Lisp module definitions from QuickLisp; no ↵Michael Raskin2013-10-29
| | | | sane update facility yet; adding Esrap-PEG as a test
* Add conspy Linux console proxyMichael Raskin2013-10-20
|
* Adding jq JSON processorMichael Raskin2013-05-23
|
* Adding ZPAQ archiverMichael Raskin2013-03-09
|
* More specific tracing of a relatively tricky replace once; account for ↵Michael Raskin2012-12-22
| | | | default.nix being present everywhere.
* Update-walker should use basename of .upstream file for default basename of .nixMichael Raskin2012-12-22
|
* Update E proverMichael Raskin2012-12-09
|
* Fix dummy pseudo-updates being found for some packagesMichael Raskin2012-12-08
|
* Update AsymptoteMichael Raskin2012-12-04
|
* Fixing a typo and making steps more explicitMichael Raskin2012-12-04
|
* Allow to skip more options to update-walker in simple cases. Now just an URL ↵Michael Raskin2012-11-25
| | | | can work if everything is set up in default way
* Support for low-impact updaters; some SF.net boilerplate helper.Michael Raskin2012-11-10
| | | | | | | | | Added support code for comfortable writing of upstream data update expressions that do not require change of layout of the updated expressions (although they make assumptions about single assignment per line). Also added a default for choosing file to update (it is supposed to be default.nix in the same directory) and a one-liner for typical sourceforge redirects (and sourceforge mirror:// handling).
* Unify and make customizable output of obtained upstream dataMichael Raskin2012-11-08
|
* Allow relative paths in upstream expressionsMichael Raskin2012-11-08
|
* Add nspluginwrapper, a tool to execute browser plugins out-of-processMichael Raskin2012-11-08
|
* Updating SBCL to freshest release 1.1.1.Michael Raskin2012-11-04
| | | | | | | | | | | | | | | | | Replacing SBCL upstream tracking expression with a new version in a new format. Minuses: gave up on defining everything in Nix language (now update expression is a series of actions to do when downloading fresh release, it is actually interpreted by shell), now Nix expression contains meaningful whitespace (the area to regenerate is determined by the line with a specific comment and the closing brace on the otherwise empty line). Plusses: only one extra file which could even be moved out-of-tree if desired, clean semantics for traversing multiple links (it is not found in either Debian uscan or Gentoo euscan), the main expression is in one file and is less different from usual style.
* update-upstream-data: Fix a small bugMichael Raskin2012-07-07
|
* Process relative URLsMichael Raskin2012-06-06
| | | | svn path=/nixpkgs/trunk/; revision=34367
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* Dir-per-version SF layout seems to be more relevant nowMichael Raskin2011-12-13
| | | | svn path=/nixpkgs/trunk/; revision=30873
* Allow overrides for SF version extractorMichael Raskin2010-06-23
| | | | svn path=/nixpkgs/trunk/; revision=22394
* Use an SF version extractor with better chances to yield correct result by ↵Michael Raskin2010-06-23
| | | | | | default svn path=/nixpkgs/trunk/; revision=22390
* Small fixes to auto-updaterMichael Raskin2010-06-23
| | | | svn path=/nixpkgs/trunk/; revision=22389
* Add a Sourceforge-friendly fetch method to upstream-updaterMichael Raskin2010-06-23
| | | | svn path=/nixpkgs/trunk/; revision=22388
* Hint at usage if called without parametersMichael Raskin2010-06-05
| | | | svn path=/nixpkgs/trunk/; revision=22159
* Fix the upstream-update snippets.sh for sourceforge URLs (sourceforge ↵Lluís Batlle i Rossell2010-04-16
| | | | | | changed the url pattern) svn path=/nixpkgs/trunk/; revision=21133
* Update CouchDB; add Apache-related snippets to update-upstream-data. Michael Raskin2009-12-09
| | | | svn path=/nixpkgs/trunk/; revision=18851
* Roll back SBCLMichael Raskin2009-11-06
| | | | svn path=/nixpkgs/trunk/; revision=18189
* Make a safer version of default versionReferenceCreator in upstream data ↵Michael Raskin2009-09-17
| | | | | | updater; use yet another version reference creator in xneur; check in correct URL for it svn path=/nixpkgs/trunk/; revision=17211
* Updating XMoto (and adding some functionality to upstream tracking system)Michael Raskin2009-09-13
| | | | svn path=/nixpkgs/trunk/; revision=17100
* Trying to add Zen Linux KernelMichael Raskin2009-09-11
| | | | svn path=/nixpkgs/trunk/; revision=17050
* Update source updater to support fetchgit; add aufs2 using that method. ↵Michael Raskin2009-09-08
| | | | | | Unfortunately, AUFS2 seems to require some strict conditions on kernel options and version.. svn path=/nixpkgs/trunk/; revision=16983
* Adding libev - an even loop library remotely similar to libeventMichael Raskin2009-08-27
| | | | svn path=/nixpkgs/trunk/; revision=16877
* Adding monit monitoring tool; in the course of action creating a script to ↵Michael Raskin2009-08-26
| | | | | | auto-prepare basic autoupdate layout svn path=/nixpkgs/trunk/; revision=16863
* Adding WebDruid log analyzer. In the same time, reworking source autoupdate ↵Michael Raskin2009-08-26
| | | | | | system a bit svn path=/nixpkgs/trunk/; revision=16859
* Adding Gphoto2FS - filesystem for attached camerasMichael Raskin2009-08-24
| | | | svn path=/nixpkgs/trunk/; revision=16841
* Update WebKit to latest and use Git checkout for libsoupMichael Raskin2009-08-24
| | | | svn path=/nixpkgs/trunk/; revision=16820
* Add an automated updater script and definitions for its use for WebKitMichael Raskin2009-08-23
svn path=/nixpkgs/trunk/; revision=16816