public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* up2date ChangeLog up2date
@ 2003-01-10  5:03 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-01-10  5:03 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-01-09 21:03:42

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date: Get working with perl 5.6.1.
	(getmirror): Take an argument and match it against list.
	(download): Pass download argument to getmirror.
	(uninstall): Unlink foo.sh.done if foo.sh not found.
	(runscripts): Only preremove stuff from existing packages.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.1&r2=1.2


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

* up2date ChangeLog up2date
@ 2003-02-14 15:16 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-02-14 15:16 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-02-14 15:16:35

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date (outofdate): Add updated item into db hash if it doesn't exist.
	Avoid infinite loop if nothing to install.
	(download): Tighten up "double backslash" packagedir fixup.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.6&r2=1.7


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

* up2date ChangeLog up2date
@ 2003-02-02 20:14 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-02-02 20:14 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-02-02 20:14:14

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date: Add ability to use setup-style mirror directories.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.5&r2=1.6


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

* up2date ChangeLog up2date
@ 2003-02-02 17:32 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-02-02 17:32 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-02-02 17:32:57

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date: Add dependency checking and interactive flag.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.4&r2=1.5


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

* up2date ChangeLog up2date
@ 2003-01-31  0:22 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-01-31  0:22 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-01-31 00:22:11

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date: Remove --dir option.  Use --packagedir instead.  Use
	$main::packagedir throughout.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.3&r2=1.4


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

* up2date ChangeLog up2date
@ 2003-01-29  5:55 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-01-29  5:55 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-01-29 05:55:41

Modified files:
	.              : ChangeLog up2date 

Log message:
	* up2date: Avoid uninitialized warning in call to Tgetent.  Find absolute
	location for packagedir and use it where appropriate.  Implement all, dryrun,
	packagedir options.
	(INST_REPORT): Eliminate in favor of "dryrun".
	($root): Remove unused variable.
	(sortie): Comment out unneeded code.
	(outofdate): New function, pulled from download.
	(download): Use outofdate to determine when packages are out-of-date.  Loop if
	there is no available package to install.
	(setupini): New function pulled from download.
	(write_installed_db): Deal with packages that hadn't previously existed.
	(local_dir): New function.  Handle installations from local directory.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=1.2&r2=1.3


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

* up2date ChangeLog up2date
@ 2003-01-08  3:45 cgf
  0 siblings, 0 replies; 7+ messages in thread
From: cgf @ 2003-01-08  3:45 UTC (permalink / raw)
  To: cygwin-apps-cvs

CVSROOT:	/cvs/cygwin-apps
Module name:	up2date
Changes by:	cgf@sourceware.org	2003-01-07 19:45:39

Added files:
	.              : ChangeLog up2date 

Log message:
	Initial checkin.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/ChangeLog.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/up2date/up2date.diff?cvsroot=cygwin-apps&r1=NONE&r2=1.1


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

end of thread, other threads:[~2003-02-14 15:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-01-10  5:03 up2date ChangeLog up2date cgf
  -- strict thread matches above, loose matches on Subject: below --
2003-02-14 15:16 cgf
2003-02-02 20:14 cgf
2003-02-02 17:32 cgf
2003-01-31  0:22 cgf
2003-01-29  5:55 cgf
2003-01-08  3:45 cgf

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).