public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* unifying nightly tarball and source rpm tarball formats
@ 2006-02-23 19:52 William Cohen
  2006-02-23 22:30 ` Roland McGrath
  0 siblings, 1 reply; 2+ messages in thread
From: William Cohen @ 2006-02-23 19:52 UTC (permalink / raw)
  To: SystemTAP

This is trivial, but it would be nice to be able to do drop-in
replacement of the tarball in the rpm with the nightly snapshot tarballs 
to test things out.

Some analysis of the tarballs from
ftp://sources.redhat.com/pub/systemtap/snapshots/ and what the
systemtap source RPM use. Ideally, would like to be consistent and
have the nightly snapshots be interchangeable with source files used
in the systemtap source RPM.


			night			source
			tarball			rpm
tarball naming scheme	systemtap-%{date}	systemtap-%{version}
-----------------------------------------------
compression		.bz2			.gz
-----------------------------------------------
unpack dir		src			systemtap-%{version}


The compressions is not an issue that can be handled by rpmbuild. Just
like to have the unpack directory for the nightly tarball be of the
form systemtap-%{date}.


The systemtap.spec file lies. The systemtap source files are not
available at:

Source: ftp://sourceware.org/pub/%{name}/%{name}-%{version}.tar.gz

The sourceware.org directory has directories for the nightly snapshot
tarball, etc., but none of the actual released tarballs.

-Will

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: unifying nightly tarball and source rpm tarball formats
  2006-02-23 19:52 unifying nightly tarball and source rpm tarball formats William Cohen
@ 2006-02-23 22:30 ` Roland McGrath
  0 siblings, 0 replies; 2+ messages in thread
From: Roland McGrath @ 2006-02-23 22:30 UTC (permalink / raw)
  To: William Cohen; +Cc: SystemTAP

I think we should just switch to using .bz2 for all the distributions.
I added the automake option so "make dist" will make both flavors of archives.

The snapshots should be fixed to make a directory called
systemtap-VERSION-YYYYMMDD instead.  

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-02-23 22:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-23 19:52 unifying nightly tarball and source rpm tarball formats William Cohen
2006-02-23 22:30 ` Roland McGrath

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).