Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 442419

Summary: make dist complains of missing Mercurial repository
Product: [Retired] freeIPA Reporter: Michael Gregg <mgregg>
Component: buildAssignee: Rob Crittenden <rcritten>
Status: CLOSED ERRATA QA Contact: Chandrasekar Kannan <ckannan>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: benl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: freeipa-2.0.0-1.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 429034    
Attachments:
Description Flags
fix 'make dist' none

Description Michael Gregg 2008-04-14 18:21:33 UTC
Description of problem:
We switched to git, so this problem is understandable.

Version-Release number of selected component (if applicable):
code checked out on 4-14-08

How reproducible:
always

Steps to Reproduce:
1. run "make dist" on source
  
Actual results:
mkdir -p dist
hg archive -t files dist/ipa
abort: There is no Mercurial repository here (.hg not found)!
make: *** [archive] Error 255

Additional:
Replaces bug 442412

Comment 1 Michael Gregg 2008-04-14 18:22:48 UTC
*** Bug 442412 has been marked as a duplicate of this bug. ***

Comment 2 Rob Crittenden 2008-04-21 14:42:59 UTC
Use the local-dist target for a workaround.

The 'dist' target just makes sure you aren't building against any local changes.

Comment 3 Rob Crittenden 2008-04-21 22:25:50 UTC
Created attachment 303223 [details]
fix 'make dist'

Added optional argument TARGET so you can specify the branch to pull from. It
defaults to master.

Comment 4 Rob Crittenden 2008-05-09 15:11:14 UTC
ipa-1-0: 6b3bb4337fa06f25afeca9c1560546e6c651de2b
master: 9fe649b804fda3e5d49674f8597b8321df03cdbb

Comment 5 Michael Gregg 2008-11-20 00:28:58 UTC
builds have been working with make dist since May some time. 

Closing as verified.