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 151725 Details for
Bug 234893
Build SetupUtil with autotools
[?]
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]
cvs diff buildnu.pl
buildnum.pl.diff (text/plain), 1.09 KB, created by
Noriko Hosoi
on 2007-04-05 02:08:24 UTC
(
hide
)
Description:
cvs diff buildnu.pl
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-04-05 02:08:24 UTC
Size:
1.09 KB
patch
obsolete
>Index: buildnum.pl >=================================================================== >RCS file: /cvs/dirsec/setuputil/buildnum.pl,v >retrieving revision 1.1.1.1 >diff -t -w -U4 -r1.1.1.1 buildnum.pl >--- buildnum.pl 29 Jul 2005 22:16:18 -0000 1.1.1.1 >+++ buildnum.pl 5 Apr 2007 02:06:24 -0000 >@@ -35,11 +35,8 @@ > getopts('p:H'); > > if ($opt_H) {exitHelp();} > >-# Load arguments >-$platdir = $opt_p || exitHelp(); >-$buildnum_file = "./$platdir/buildnum.dat"; > > # Get current time > @now = gmtime; > >@@ -50,11 +47,18 @@ > $tod = $now[2] . $now[1]; > $buildnum = "$year.$doy.$tod"; > > # Write buildnum.dat >+if ($opt_p) { >+ # Load arguments >+ $platdir = $opt_p; >+ $buildnum_file = "./$platdir/buildnum.dat"; > open(BUILDNUM,">$buildnum_file") || die "Error: Can't create $buildnum_file: $!\n"; > print BUILDNUM "\\\"$buildnum\\\""; > close(BUILDNUM); >+} else { >+ print "\\\"$buildnum\\\""; >+} > > #---------- exitHelp subroutine ---------- > sub exitHelp { > print(STDERR "$0: Generates a dated build number.
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 234893
:
151466
|
151468
|
151469
|
151604
|
151605
|
151637
|
151638
|
151698
|
151722
| 151725 |
151728
|
151793
|
151794