Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Issue 2937011: Fix parallel_emerge to handle "=" and "." in package names. Both can occur. (Closed)

Created:
10 years, 5 months ago by davidjames
Modified:
9 years, 4 months ago
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://git@chromiumos-git/crosutils.git
Visibility:
Public.

Description

Fix parallel_emerge to handle "=" and "." in package names. Both can occur. TEST=parallel_emerge --board=x86-generic -g =app-arch/bzip2-1.0.5-r1 =chromeos-base/power_manager-0.0.1 =dev-libs/expat-2.0.1-r3 =x11-libs/xtrans-1.2.5 =chromeos-base/google-breakpad-598-r2 =sys-libs/zlib-1.2.3-r1 =x11-proto/kbproto-1.0.4 =sys-libs/ncurses-5.7-r3 =x11-proto/xproto-7.0.16 =app-admin/eselect-python-20091230 =chromeos-base/kernel-headers-0.0.1-r1 =virtual/libintl-0 BUG=none

Patch Set 1 #

Patch Set 2 : Address review feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M parallel_emerge View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Nick Sanders
lgtm
10 years, 5 months ago (2010-07-15 06:27:19 UTC) #1
Christopher Covington
10 years, 5 months ago (2010-07-15 15:10:20 UTC) #2
Other valid version specifiers for package "atoms" are '<', '>', and '~', as
well as the postfix '*'.

$ emerge -p '=sys-devel/gcc-4.3*' ~sys-libs/glibc-2.10.1
'<=sys-devel/binutils-2.18-r3'

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] sys-devel/binutils-2.18-r3 
[ebuild   R   ] sys-devel/gcc-4.3.4-r4 
[ebuild   R   ] sys-libs/glibc-2.10.1-r1

http://devmanual.gentoo.org/general-concepts/dependencies/index.html

Powered by Google App Engine
This is Rietveld 408576698