summaryrefslogtreecommitdiffstats
path: root/etc/inc/pkg-utils.inc
Commit message (Expand)AuthorAgeFilesLines
* * Resotre <logging>Scott Ullrich2005-08-231-0/+1
* Don't increment $dependlevel if the dependency is already installed.Colin Smith2005-07-241-1/+1
* * Strip package installation and logging from install_package. This function ...Colin Smith2005-07-211-49/+50
* remove trailing spaceScott Ullrich2005-07-131-1/+1
* Make tar silent.Colin Smith2005-07-071-1/+1
* Various code cleanups and a few actual bugfixes courtesy of ZendBill Marquette2005-07-041-46/+48
* Do not eval() before_form when syncing.Colin Smith2005-06-261-11/+9
* parse_xml_config -> parse_xml_config_pkgColin Smith2005-06-231-7/+7
* Uncomment safe_mkdir() - this no longer breaks cdrom.Colin Smith2005-06-231-2/+0
* Don't tinker with listtags.Colin Smith2005-06-231-10/+0
* Add service handler.Colin Smith2005-06-221-0/+15
* Add service handler.Colin Smith2005-06-221-0/+10
* Add function to restore package specific listtags.Colin Smith2005-06-221-1/+7
* Replace listtags instead of merging. This should fix pkg_edit issues.Colin Smith2005-06-221-1/+1
* Make package log streams work.Colin Smith2005-06-211-4/+3
* Add optimization to pkg_fetch_recursive.Colin Smith2005-06-201-4/+5
* Remove a debug line.Colin Smith2005-06-201-1/+0
* Properly squash bytes down to a reasonable unit.Colin Smith2005-06-201-1/+12
* Don't count duplicated dependencies.Colin Smith2005-06-201-6/+16
* Add functions to determine the amount of space a package will take to install...Colin Smith2005-06-201-0/+58
* versioncheck -> xmlrpcColin Smith2005-06-181-1/+1
* parse_xml_config_pkg -> parse_xml_config.Colin Smith2005-06-181-4/+4
* Fix a really stupid typo.Colin Smith2005-06-161-1/+1
* Return an empty array if the XMLRPC transaction is unsuccessful.Colin Smith2005-06-161-3/+7
* Initialize the $evaled array if it doesn't exist.Colin Smith2005-06-161-9/+9
* Style cleanup.Colin Smith2005-06-161-8/+9
* Fix a syntax error.Colin Smith2005-06-161-4/+5
* * Add eval_once, which checks the md5s of code to eval() against already eval...Colin Smith2005-06-161-7/+18
* Send stderr to stdout when extracting archives. This should address ticket #162.Colin Smith2005-06-161-1/+1
* File notices if package information isn't found.Colin Smith2005-06-151-39/+36
* Add 10 second timeout to get_pkg_info. This may fail in interesting ways if i...Colin Smith2005-06-121-1/+1
* Fix various nagging package issues.Colin Smith2005-06-121-3/+4
* Make sure we remove the package's XML file.Colin Smith2005-06-121-0/+6
* Fix a typo. This broke package deinstallation.Colin Smith2005-06-121-1/+1
* Brute force delete a package if it still exists after unlink_ifexists()... th...Scott Ullrich2005-06-121-0/+2
* Don't attempt to run package deinstall commands if the package XML hasn't bee...Colin Smith2005-06-121-3/+8
* Honour the custom_php_deinstall_command which is in about 90% of our packages!Scott Ullrich2005-06-121-0/+3
* Don't attempt to parse package configuration on deinstall if it doesn't exist.Colin Smith2005-06-111-48/+52
* Add 'service' listtag.Colin Smith2005-06-111-1/+1
* Call custom_php_command_before_form before resyncScott Ullrich2005-06-081-0/+5
* Resync a package on installationScott Ullrich2005-06-081-0/+4
* We need to remove packages from the top down, not the bottom up.Colin Smith2005-06-081-5/+5
* Update package utilities.Colin Smith2005-06-071-5/+1
* Flush static output when starting a fresh installation or deletion.Colin Smith2005-06-061-0/+4
* Adjustments to delete_package_recursive().Colin Smith2005-06-061-7/+24
* * Add package_delete_xml() and pkg_delete_recursive().Colin Smith2005-06-061-3/+108
* * Write /tmp/yColin Smith2005-06-061-1/+7
* Minor alterations to package_install().Colin Smith2005-06-051-0/+4
* Add package_install, package_install_xml, etc.Colin Smith2005-06-051-63/+244
* Add console/web-aware versions of update_status and update_output.Colin Smith2005-06-021-22/+43
OpenPOWER on IntegriCloud