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 659454 Details for
Bug 885140
make it possible to have production and development line of packages (extension to make bkradd)
[?]
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]
mentioned patch
prod-makefile.patch (text/plain), 803 bytes, created by
Matěj Cepl
on 2012-12-07 15:18:55 UTC
(
hide
)
Description:
mentioned patch
Filename:
MIME Type:
Creator:
Matěj Cepl
Created:
2012-12-07 15:18:55 UTC
Size:
803 bytes
patch
obsolete
>diff --git a/tests/cli-v/Makefile b/tests/cli-v/Makefile >index 23584b4..10d3c4a 100644 >--- a/tests/cli-v/Makefile >+++ b/tests/cli-v/Makefile >@@ -43,6 +43,14 @@ clean: > > include /usr/share/rhts/lib/rhts-make.include > >+prod: $(METADATA) >+ $(if $(shell git diff --relative origin/$(shell git rev-parse --abbrev-ref HEAD)| cat), $(error This differs from last commit!)) >+ export TEST=$(shell echo $(TEST) | sed s/desktop/desktop\\/prod/) ;\ >+ sed -i 's/-desktop-/-desktop-prod-/' $(METADATA) ;\ >+ sed -i 's/\/desktop/\/desktop\/prod/' $(METADATA) ;\ >+ rhts-mk-tag-release ; git push --tags ; rhts-mk-build-package ; bkr task-add *.rpm ;\ >+ rm -f *.rpm >+ > $(METADATA): Makefile > @echo "Owner: Tomas Jamrisko <tjamrisk@redhat.com>" > $(METADATA) > @echo "Name: $(TEST)" >> $(METADATA)
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 885140
: 659454