OpenVZ-legacy
  1. OpenVZ-legacy

vzpkg

Public
AuthorCommitMessageCommit dateIssues
Eugene V. HorohorinKir KolyshkinEugene V. Horohorin
a05e9f503f9- remove empty DESTDIR declaration from Makefile
Dmitry MishinDmitry Mishin
491d4b09b09Fixed getting configs by old paths.Thanks to Cliff Wells for noticing this.
Dmitry MishinDmitry Mishin
f89b331acceRemoved stripping on rpm build as unnecessary
Kir KolyshkinDmitry MishinKir Kolyshkin
d88c506cc01Fix of 64-bit python modules path.This patch tries to guess and fix path to 64-bit python modules. Looks like required on 64bit arches.
Dmitry MishinDmitry Mishin
287e24ff20cAdded 'tar' target to Makefile, fixed rpm build
Kir KolyshkinKir Kolyshkin
974cc3b493eFix LD_LIBRARY_PATH logic: - need to ignore if it is unset (set +u) - need to export the variable
Kir KolyshkinKir Kolyshkin
4b4f50eb04bInitial 3.0.0 release
Kir KolyshkinKir Kolyshkin
d1682e89ea4Support for vzrpm with dynamically-linked python libsAdded functionality of working with vzrpms which has dynamically linked python libraries. We need to set LD_LIBRARY_PATH for that to work.
Kir KolyshkinKir Kolyshkin
ccc52d14037Licensing terms changed from QPL to GPL.
Kir KolyshkinKir Kolyshkin
7664c6c123eFixed VPS -> VE, beginning of licensing change.
Kir KolyshkinKir Kolyshkin
9baff77cb27Fixed stupid bug: 'No such os template' error was printed with a wrong arg.
Kir KolyshkinKir Kolyshkin
31ef020ab21x86 should be after x86_64 otherwise lookup for arch is screwed up in ost2full
Kir KolyshkinKir Kolyshkin
3d4fe6ab8a6Fix get_arch for non-x86 case
Kir KolyshkinKir Kolyshkin
f4e722e31b0Error from install-{pre,post} scripts are now fatal (bug #63) - non-zero exit code from install-pre or install-post should lead to template cache not being created. - added Conflicts: with older template metadata to spec.
Kir KolyshkinKir Kolyshkin
5768304447aFixed parameter to ost2full call
Kir KolyshkinKir Kolyshkin
ea2014608c5Properly propagate user arguments to yum/rpm
Kir KolyshkinKir Kolyshkin
2e97f1353cfProper order of fields in canonical template name
Kir KolyshkinKir Kolyshkin
aa66995c5fcFixed call_template_script
Kir KolyshkinKir Kolyshkin
3312f2bef16Export RPM for template scripts
Kir KolyshkinKir Kolyshkin
7803ad70149Fixed import_gpgkeys to use proper rpm binary
Kir KolyshkinKir Kolyshkin
a1343a6bddaAdded vzosname to Makefile
Kir KolyshkinKir Kolyshkin
eeb6c62d5a1Final cleanups and fixes for ost2full
Kir KolyshkinKir Kolyshkin
3cfbc6b372cBinary myinits, version 2.7.0-18
Kir KolyshkinKir Kolyshkin
a1d46f33255Reworked for a new naming scheme
Kir KolyshkinKir Kolyshkin
ae7cb6ad4f3Proper $(DISTDIR) handling, added different myinit versions
Kir KolyshkinKir Kolyshkin
e861e4ca6a0Dietlibc support - added comment saying how to compile it with dietlibc. - added sleep() case for ia64/dietlibc as it lacks pause().
Kir KolyshkinKir Kolyshkin
35927c76ad1vzyum exits if there's no relevant yum.conf (bug #28)
Kir KolyshkinKir Kolyshkin
a9ac4c33649Removed 'done' items
Kir KolyshkinKir Kolyshkin
5d4052aa560Fixed requirements
Kir KolyshkinKir Kolyshkin
6bdc775840dReturned path checks added for get_rpm_path, get_python_path...
Kir KolyshkinKir Kolyshkin
35c0b905a07Support for vzrpmXX/vzyum: - support for per-ostemplate .rpmmacros - support for different (per OSTEMPLATE) rpm versions - rpm/yum now executes scripts in VPS context
Kir KolyshkinKir Kolyshkin
33ca109007cSupport for template flavors; vzrpmxx/vzyum support - preliminary support for template 'flavours' - support for different (per OSTEMPLATE) rpm versions - support for customized yum
Kir KolyshkinKir Kolyshkin
7bdc9e1c457Support for vzrpmXX/vzyum: - support for different (per OSTEMPLATE) rpm versions - support/requirement for customized yum - rpm/yum now executes scripts in VPS context
Kir KolyshkinKir Kolyshkin
cd73bb21367Mounting of /proc should be done from VPS context; thus mount moved to myinit
Kir KolyshkinKir Kolyshkin
fbdee0b6ed9Fixed vzpkgcache broken by vzctl-2.7.0-21; project name changed
Kir KolyshkinKir Kolyshkin
d0b187ca1bcAdded README, NEWS, TODO (bug #14)
Kir KolyshkinKir Kolyshkin
d663c85290eChangelog for 2.7.0-16 release
Kir KolyshkinKir Kolyshkin
76e8a308c23Assorted cache-os script fixes: - fixed cleanup of temporary VPS in vzpkgcache (bug #19) - no need to repack cache tarball if no updates are available (bug #13) - VE->VPS
Kir KolyshkinKir Kolyshkin
e2f53e9a185VE -> VPS
Kir KolyshkinKir Kolyshkin
30cacadbc6fFixes in functions: - logging command name in log() function - extra slash in ostemplate.list name
Kir KolyshkinKir Kolyshkin
3ba7a6ebdb0Get rid off DEPSFILE
Kir KolyshkinKir Kolyshkin
6a516209122Copyright statement and LICENSE.QPL added
Kir KolyshkinKir Kolyshkin
0c27bfb3918Support for vzpkgls -q VE added for compatibility
Kir KolyshkinKir Kolyshkin
be6470b8b5aChangelog entries should not contain rpm %{variables}
Kir KolyshkinKir Kolyshkin
5a8cdec5114Fixed manpages, myinit install - minor manpages fixes - myinit is installed with mode 755 in Makefile - removed 0. prefix from the release
Kir KolyshkinKir Kolyshkin
066dbc38ed5Source tarball now contains %{release}
Kir KolyshkinKir Kolyshkin
f5590ac80e7vzpkgcache properly fails now if vzctl status returns !0 (bug #11)
Kir KolyshkinKir Kolyshkin
0dcf330649fTar-related fixes: - fixed order of 'tar' arguments in cache-os to work with newer GNU tar - added checking of tar exit code
Kir KolyshkinKir Kolyshkin
81fa0c6d1e9Added 'dist' and 'rpm' targets to Makefile, reorganized spec
Kir KolyshkinKir Kolyshkin
8662d4b1bd9Fixed order of 'find' arguments to avoid warnings