Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 303223 Details for
Bug 442419
make dist complains of missing Mercurial repository
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
fix 'make dist'
0001-Convert-mercurial-command-to-git-equivalent-for-crea.patch (text/plain), 1.05 KB, created by
Rob Crittenden
on 2008-04-21 22:25:50 UTC
(
hide
)
Description:
fix 'make dist'
Filename:
MIME Type:
Creator:
Rob Crittenden
Created:
2008-04-21 22:25:50 UTC
Size:
1.05 KB
patch
obsolete
>From f449759975637fe550b6842606a919ac152b43c2 Mon Sep 17 00:00:00 2001 >From: Rob Crittenden <rcritten@redhat.com> >Date: Mon, 21 Apr 2008 18:23:02 -0400 >Subject: [PATCH] Convert mercurial command to git equivalent for creating an archive. > >By default it will use the master branch of the repo this is run from. >To specify a different branch use the argument TARGET=<branch> > >e.g. make dist TARGET=ipa-1-0 > >442419 >--- > Makefile | 3 ++- > 1 files changed, 2 insertions(+), 1 deletions(-) > >diff --git a/Makefile b/Makefile >index b2fe87c..3262d38 100644 >--- a/Makefile >+++ b/Makefile >@@ -3,6 +3,7 @@ SUBDIRS=ipa-server ipa-admintools ipa-python ipa-client ipa-radius-server ipa-ra > PRJ_PREFIX=ipa > > RPMBUILD ?= $(PWD)/rpmbuild >+TARGET ?= master > > # Version numbers - this is for the entire server. After > # updating this you should run the version-update >@@ -110,7 +111,7 @@ version-update: > > archive: > -mkdir -p dist >- hg archive -t files dist/ipa >+ git archive --format=tar --prefix=ipa/ $(TARGET) | (cd dist && tar xf -) > > local-archive: > -mkdir -p dist/ipa >-- >1.5.3.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 442419
: 303223