#3673 Create target/tag for Maven 2.2.1 update
Closed: Fixed None Opened 13 years ago by jkeating.

dist-f14-maven221 is desired for bootstrapping without breaking rawhide


I've created dist-f14-maven221 as a collection tag and a build target. Your developers can issue "TARGET=dist-f14-maven221 make build" and their builds will go to this target. A newRepo task for this target needs to complete before you can use it, that should take an hour or so.

I've created dist-f14-maven221 as a collection tag and a build target. Your developers can issue "TARGET=dist-f14-maven221 make build" and their builds will go to this target. A newRepo task for this target needs to complete before you can use it, that should take an hour or so.

I don't think that the sample build command in the previous comment is right:
TARGET=dist-f14-maven221 make build
does not result in building against the correct target, as shown here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2163814

I suspect that the TARGET= should be at the end of the command line (i.e., as an argument to make) rather than the start (argument to bash)?

I don't think that the sample build command in the previous comment is right:
TARGET=dist-f14-maven221 make build
does not result in building against the correct target, as shown here:
http://koji.fedoraproject.org/koji/taskinfo?taskID=2163814

I suspect that the TARGET= should be at the end of the command line (i.e., as an argument to make) rather than the start (argument to bash)?

Just to confirm -- make build TARGET=dist-f14-maven221 does indeed build against the correct target.

Just to confirm -- make build TARGET=dist-f14-maven221 does indeed build against the correct target.

Metadata Update from @jkeating:
- Issue assigned to jkeating

7 years ago

Login to comment on this ticket.

Metadata