Value | Meaning |
---|---|
ALPM_EVENT_CHECKDEPS_START1 | Dependencies will be computed for a package. |
ALPM_EVENT_CHECKDEPS_DONE2 | Dependencies were computed for a package. |
ALPM_EVENT_FILECONFLICTS_START3 | File conflicts will be computed for a package. |
ALPM_EVENT_FILECONFLICTS_DONE4 | File conflicts were computed for a package. |
ALPM_EVENT_RESOLVEDEPS_START5 | Dependencies will be resolved for target package. |
ALPM_EVENT_RESOLVEDEPS_DONE6 | Dependencies were resolved for target package. |
ALPM_EVENT_INTERCONFLICTS_START7 | Inter-conflicts will be checked for target package. |
ALPM_EVENT_INTERCONFLICTS_DONE8 | Inter-conflicts were checked for target package. |
ALPM_EVENT_TRANSACTION_START9 | Processing the package transaction is starting. |
ALPM_EVENT_TRANSACTION_DONE10 | Processing the package transaction is finished. |
ALPM_EVENT_PACKAGE_OPERATION_START11 | Package will be installed/upgraded/downgraded/re-installed/removed; See * alpm_event_package_operation_t for arguments. |
ALPM_EVENT_PACKAGE_OPERATION_DONE12 | Package was installed/upgraded/downgraded/re-installed/removed; See * alpm_event_package_operation_t for arguments. |
ALPM_EVENT_INTEGRITY_START13 | Target package's integrity will be checked. |
ALPM_EVENT_INTEGRITY_DONE14 | Target package's integrity was checked. |
ALPM_EVENT_LOAD_START15 | Target package will be loaded. |
ALPM_EVENT_LOAD_DONE16 | Target package is finished loading. |
ALPM_EVENT_SCRIPTLET_INFO17 | Scriptlet has printed information; See alpm_event_scriptlet_info_t for * arguments. |
ALPM_EVENT_RETRIEVE_START18 | Files will be downloaded from a repository. |
ALPM_EVENT_RETRIEVE_DONE19 | Files were downloaded from a repository. |
ALPM_EVENT_RETRIEVE_FAILED20 | Not all files were successfully downloaded from a repository. |
ALPM_EVENT_PKGDOWNLOAD_START21 | A file will be downloaded from a repository; See alpm_event_pkgdownload_t * for arguments |
ALPM_EVENT_PKGDOWNLOAD_DONE22 | A file was downloaded from a repository; See alpm_event_pkgdownload_t * for arguments |
ALPM_EVENT_PKGDOWNLOAD_FAILED23 | A file failed to be downloaded from a repository; See * alpm_event_pkgdownload_t for arguments |
ALPM_EVENT_DISKSPACE_START24 | Disk space usage will be computed for a package. |
ALPM_EVENT_DISKSPACE_DONE25 | Disk space usage was computed for a package. |
ALPM_EVENT_OPTDEP_REMOVAL26 | An optdepend for another package is being removed; See * alpm_event_optdep_removal_t for arguments. |
ALPM_EVENT_DATABASE_MISSING27 | A configured repository database is missing; See * alpm_event_database_missing_t for arguments. |
ALPM_EVENT_KEYRING_START28 | Checking keys used to create signatures are in keyring. |
ALPM_EVENT_KEYRING_DONE29 | Keyring checking is finished. |
ALPM_EVENT_KEY_DOWNLOAD_START30 | Downloading missing keys into keyring. |
ALPM_EVENT_KEY_DOWNLOAD_DONE31 | Key downloading is finished. |
ALPM_EVENT_PACNEW_CREATED32 | A .pacnew file was created; See alpm_event_pacnew_created_t for arguments. |
ALPM_EVENT_PACSAVE_CREATED33 | A .pacsave file was created; See alpm_event_pacsave_created_t for * arguments |
ALPM_EVENT_HOOK_START34 | Processing hooks will be started. |
ALPM_EVENT_HOOK_DONE35 | Processing hooks is finished. |
ALPM_EVENT_HOOK_RUN_START36 | A hook is starting |
ALPM_EVENT_HOOK_RUN_DONE37 | A hook has finished running |
Type of events.