summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/git-repo
AgeCommit message (Collapse)Author
2019-11-19gitRepo: 1.13.7.1 -> 1.13.8Michael Weiss
2019-10-22gitRepo: 1.13.7 -> 1.13.7.1Michael Weiss
2019-10-09gitRepo: 1.13.6 -> 1.13.7Michael Weiss
2019-09-17gitRepo: 1.13.5.1 -> 1.13.6Michael Weiss
2019-08-30gitRepo: 1.13.5 -> 1.13.5.1Michael Weiss
2019-08-30gitRepo: 1.13.4 -> 1.13.5Michael Weiss
2019-07-27gitRepo: 1.13.3 -> 1.13.4Michael Weiss
2019-06-04gitRepo: 1.13.2 -> 1.13.3Michael Weiss
2019-01-19gitRepo: Cleanup the patchPhaseMichael Weiss
This variant should be easier to read (it was pretty messy before...). The end result stays the same.
2019-01-15gitRepo: 1.13.1 -> 1.13.2Michael Weiss
2018-12-20gitRepo: 1.13.0 -> 1.13.1Michael Weiss
2018-12-13gitRepo: 1.12.37 -> 1.13.0Michael Weiss
2017-09-16gitRepo: Fix an error due to missing TLS certificatesMichael Weiss
This was a problem when run inside a sandbox, e.g. via "fetchRepoProject". The error message from repo seems unrelated: fatal: Cannot get https://gerrit.googlesource.com/git-repo/clone.bundle fatal: error no host given But the exception is actually thrown due to missing certificates (/etc/ssl/certs). It should be possible to provide another location via environment variables (e.g. SSL_CERT_FILE, REQUESTS_CA_BUNDLE or CURL_CA_BUNDLE) but apparently that doesn't actually work for some reason (would have to study our Python packaging). Now "fetchRepoProject" works without the "--no-clone-bundle" option.
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-05-26gitRepo: Improve the packagingMichael Weiss
Improvements: - Use a versioned URL - The build won't break anymore (due to a wrong hash) after a new version is being released - It will be possible to build older versions - Add (hopefully all) runtime dependencies (Git, GnuPG and less (for "repo help")) - Add the upstream license - Add a long description - Use the name of the Git tag for the version - The version number from the script (currently 1.23) is only incremented after "important" changes (i.e. there are slightly different different scripts with "VERSION = (1, 23)")
2016-11-28gitRepo: 1.22 -> 1.23Graham Christensen
2016-08-02treewide: Add lots of meta.platformsTuomas Tynkkynen
Build-tested on x86_64 Linux & Mac.
2015-09-16gitRepo: 1.21 -> 1.22Edward Tjörnhammar
2014-11-01Bump git-repo to 1.21Adam Bouhenguel
Still no versioned URL, but there’s been a new release. SHA1 pulled from http://source.android.com/source/downloading.html#installing-repo.
2013-12-26git-repo-1.20, update and pin pythonFlorian Friesdorf
2013-12-26git-repo-1.19Florian Friesdorf