-
-
-
-
-
-
0.2.0497c94cb · ·
Added a "keep" field to package descriptor files which will prevent the specified files from being overwritten Completely revamped the bpm-setup script in the bpm-utils package
-
0.1.7d086b4a6 · ·
Added the ability to create pre_install.sh, post_install.sh, pre_update.sh, post_update.sh and post_remove.sh scripts
-
-
0.1.5c8fc1b90 · ·
Fixed major bug where deleting obsolete files would delete directories with other files inside them which could brick your system
-
-
0.1.3d3f1c522 · ·
Added environment variables that can be used during source package compilation to fetch package info (i.e $BPM_PKG_NAME or $BPM_PKG_VERSION) Packages created using the -b flag will now contain the version number in their filename Source install scripts will now exit if any error is encountered Obsolete files should now be removed properly
-
0.1.2b568d4db · ·
Added a way to include files in a source package that can be used during the compilation process (i.e patch files)
-
0.1.1472d21a6 · ·
- Switched to using the flag system from the flag go package - Added the -R flag which lets you choose a destination root directory
-
0.1.0a9283037 · ·
BPM Version 0.1.0 Changes: - Added a -b flag to the install subcommand that turns a source package into a binary one after compilation - Reformatted the help subcommand - Updated bpm-utils to add the ability to create source packages - Source temporary directories will now be removed after installation unless the user passes the -k flag - BPM will now not remove the old version of a package before installing an update which could cause libraries or programs required for installation to be missing. Obsolete files will now be removed after installation - The version, list, info and help subcommands can now be run by any user without root permissions. Root permissions are still required for package installation and removal - Removed installed package info fixing for now. It will be replaced by a better system in the future
-
0.0.943c4a626 · ·
BPM Version 0.0.9 Changes: - Added hard link extraction support - Can now add comments to pkg.info files - Moved source package temp directory from /tmp to /var/tmp to allow for larger packages to be compiled