2013-04-23 19:16:45 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.30. Changes from 1.29:
Increase the default timeout for running the NetBSD test
suite from 2 hours to 3 hours.
Add support for installing the new "debug" set, and add a new
man page section on using anita for debugging NetBSD.
Organize the BUGS section of the man page into sections,
and add links to four more qemu 1.x regressions.
Add Kuya support, based on patch from Julio Merino.
New command line option "--version".
Support booting i386 and amd64 from boot-com.iso instead
of the boot floppies, attaching a second virtual CD-ROM drive
for the install sets. Enable with "--boot-from cdrom".
Fix the Anita 1.2 backwards compatibility Release class.
Also, satisfy the qemu dependency using emulators/qemu0 rather
than emulators/qemu because the latter does not work on NetBSD 5.
|
2012-10-08 11:57:42 by Aleksej Saushev | Files touched by this commit (239) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
2012-10-02 16:52:28 by Andreas Gustafsson | Files touched by this commit (3) |
Log message:
Update misc/py-anita to 1.29. Changes from 1.27:
The "xl" Xen interface can now be selected with "--vmm xl".
Increase the default memory size for amd64 to 128M.
Improve progress messages when creating the disk image.
When execing /bin/sh, wait for its prompt before sending
it a command.
|
2012-04-10 15:23:58 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.27. Changes from 1.26:
Run shell commands on the target system using /bin/sh rather
than root's login shell, as sysinst no longer sets the login
shell to /bin/sh by default.
|
2012-04-08 22:22:01 by Thomas Klausner | Files touched by this commit (148) |
Log message:
All supported python versions in pkgsrc support eggs, so remove
${PLIST.eggfile} from PLISTs and support code from lang/python.
|
2012-04-08 20:23:15 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Updated misc/py-anita to 1.26. Changes since 1.25:
Track the sysinst changes of 2012-04-06 introducing the new
post-install configuration menu.
Print a message before creating the disk image, as it can take
a long time and make it appear that anita has hung.
|
2012-03-13 10:21:34 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.25. Changes from 1.24:
Before running a shell command on the system under test, change the
shell prompt to a more distinctive one to reduce the risk of command
output being mistaken for a prompt.
Support installing SPARC ISOs having a non-numeric suffix following
the version number, such as NetBSD-6.0_BETA-sparc.iso.
Added experimental support for using Xen instead of qemu as the
virtual machine monitor. This is enabled by specifying "--vmm xen" on
the anita command line while running as root in a Xen dom0.
New command line option "--persist".
|
2012-01-28 09:43:05 by OBATA Akio | Files touched by this commit (2) |
Log message:
* no need to buildlink with py-pexpect, simple DEPENDS is sufficient.
* sort Make blocks
* any of compiler languages are not required to build.
* distutils pkg, switch to use distutils.mk.
Bump PKGREVISION.
|
2012-01-21 17:53:14 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.24. Changes from 1.23:
Support the new distribution ISO naming scheme, e.g.,
NetBSD-5.99.60-sparc.iso instead of sparccd.iso.
Support installation of the X11 and source sets.
On unknown platforms, use mkisofs instead of genisoimage.
On sparc, the scratch disk is sd1c, not wd1d.
Allow a full hour for extracting sets.
Deal with the backwards incompatible renaming of "qemu" to
"qemu-system-i386" in qemu 1.0.
After running the ATF tests, run "ps" to show any processes possibly
left running by the tests.
|
2011-09-05 16:47:54 by Andreas Gustafsson | Files touched by this commit (2) |
Log message:
Update misc/py-anita to 1.23. Changes since 1.21:
Support qemu 0.15, where the output of the "info block" monitor
command has backwards-incompatibly changed to no longer include a
"type" field.
New command line option "--memory-size".
|