aboutsummaryrefslogtreecommitdiff
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'overlays-gentoo-org/master' into prefixFabian Groffen2014-09-281-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/ebuild-helpers/emake bin/misc-functions.sh bin/portageq doc/Makefile pym/_emerge/EbuildBuild.py pym/portage/const.py pym/portage/dbapi/vartree.py pym/portage/package/ebuild/doebuild.py
| * emerge-webrsync: fix bug #523494Zac Medico2014-09-241-2/+2
| | | | | | | | | | | | | | | | Use PATH instead of PORTAGE_BIN_PATH to locate emerge. Fixes: 0cc4c1ac21a2 ("Install Portage using setup.py") X-Gentoo-Bug: 523494 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=523494
* | Merge remote-tracking branch 'overlays-gentoo-org/master' into prefixFabian Groffen2014-02-061-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: bin/archive-conf bin/binhost-snapshot bin/check-implicit-pointer-usage.py bin/chpathtool.py bin/clean_locks bin/dispatch-conf bin/dohtml.py bin/ebuild bin/ebuild-helpers/prepstrip bin/ebuild-ipc.py bin/egencache bin/emaint bin/emerge bin/emerge-webrsync bin/emirrordist bin/env-update bin/filter-bash-environment.py bin/fixpackages bin/glsa-check bin/install.py bin/isolated-functions.sh bin/lock-helper.py bin/portageq bin/quickpkg bin/regenworld bin/repoman bin/save-ebuild-env.sh bin/xattr-helper.py bin/xpak-helper.py misc/emerge-delta-webrsync pym/portage/dispatch_conf.py pym/portage/getbinpkg.py pym/portage/tests/runTests runtests.sh tabcheck.py
| * Rename a private function.Arfrever Frehtes Taifersar Arahesis2014-02-051-2/+2
| |
* | fix shebangsMichael Haubenwallner2013-11-101-1/+1
|/ | | | | | | | | | | | | | | | Hi Fabian, when /bin/bash is some bash-3.x, things break miserably: /tools/gentoo/buildslave/sauxz3-f_pfx-10.0/build/gentoo-prefix/usr/lib/portage/bin/eapi.sh: line 8: syntax error in conditional expression: unexpected token `(' /tools/gentoo/buildslave/sauxz3-f_pfx-10.0/build/gentoo-prefix/usr/lib/portage/bin/eapi.sh: line 8: syntax error near `^(0' /tools/gentoo/buildslave/sauxz3-f_pfx-10.0/build/gentoo-prefix/usr/lib/portage/bin/eapi.sh: line 8: ` [[ ! ${1-${EAPI}} =~ ^(0|1|2|3)$ ]]' /tools/gentoo/buildslave/sauxz3-f_pfx-10.0/build/gentoo-prefix/usr/lib/portage/bin/ebuild-helpers/keepdir: line 7: ___eapi_has_prefix_variables: command not found There are still some scripts in 2.2.7 that need to get the shebangs fixed: $ git grep '#!/' Thanks! /haubi/
* emerge-webrsync: use PORTAGE_REPOSITORIES varZac Medico2013-07-221-19/+20
| | | | | Using this variable allows us to get all required configuration data with a singe portageq envvar call.
* emerge-webrsync and emerge-delta-webrsync: Stop using PORTDIR.Arfrever Frehtes Taifersar Arahesis2013-07-171-12/+18
|
* emerge-delta-webrsync: cleanup deltasZac Medico2013-07-101-0/+4
|
* emerge-delta-webrsync: rm empty file, bug #476416Zac Medico2013-07-101-1/+6
|
* emerge-webrsync: fetch_file rm absolute pathZac Medico2013-06-211-1/+1
|
* emerge-delta-webrsync: clean TMPDIR morev2.2.0_alpha184Zac Medico2013-06-211-2/+5
|
* emerge-delta-webrsync: check full snapshot sigZac Medico2013-06-211-153/+323
| | | | | | This patch merges a lot of code from emerge-webrsync, so that the same code is used when it's necessary to download a full snapshot and check the signature. This will fix bug #286373.
* emerge-delta-webrsync: fix STATE_DIR for EPREFIXZac Medico2013-01-281-1/+1
|
* emerge-webrsync: rsync -o -g, bug #442190Zac Medico2012-11-071-3/+6
| | | | | This fixes a regression since the -a option was removed in commit e672b5ccbbbe38eda5c733fc799a20d92a8bdf75.
* emerge-delta-webrsync: fix vecho breakageZac Medico2012-09-141-0/+4
| | | | Broken since commit 9b19ac5696c487dab58d7c10990fe07fd7f1f731.
* emerge-delta-webrsync: tweak "recompressing" msgZac Medico2012-08-181-1/+2
| | | | FEATURES=webrsync-gpg forces it to recompress in the foreground.
* emerge-delta-webrsync: improve date calculationsZac Medico2012-08-181-41/+43
| | | | This borrows some code from emerge-webrsync, and will fix bug #153513.
* emerge-*webrsync: use ${PORTAGE_BIN_PATH}/emergeZac Medico2012-08-181-2/+4
|
* emerge-*webrsync: fix post_sync for prefixZac Medico2012-08-181-3/+3
|
* emerge-delta-webrsync: mktemp in PORTAGE_TMPDIRZac Medico2012-08-181-23/+20
| | | | This will fix bug #198362.
* emerge-delta-webrsync: fix make.globals pathZac Medico2012-08-181-2/+3
|
* emerge-delta-webrsync: rm -f for non-interactiveZac Medico2012-08-181-10/+10
| | | | This prevents interactive mode as reported in bug #176008.
* emerge-delta-webrsync: normalize fetch URIZac Medico2012-08-171-1/+1
| | | | This will fix bug #124072.
* emerge-delta-webrsync: PORTAGE_RSYNC_OPTSZac Medico2012-08-171-3/+1
|
* emerge-delta-webrsync: add -q/--quiet optionZac Medico2012-08-171-0/+6
|
* emerge-delta-webrsync: check write permissionZac Medico2012-08-171-4/+15
| | | | This will fix bug #176008.
* emerge-delta-webrsync: handle FEATURES=usersyncZac Medico2012-08-171-3/+19
|
* emerge-delta-webrsync: support gpg verificationZac Medico2012-08-171-3/+59
| | | | | | | | This will fix bug #286373. BUG: Signature verification will fail if the local bzip2 program does not produce output that is perfectly identical to the bzip2 program used to compress the signed tar file.
* emerge-delta-webrsync: remove umd5sumAlexey Solovyev2012-08-171-1/+1
| | | | This will fix bug #189084.
* emerge-delta-webrsync: call portageq for configZac Medico2012-08-171-15/+26
|
* emerge-delta-webrsync: import version 3.5.1-r3Zac Medico2012-08-171-0/+512