zmanda / amanda

Amanda Network Backup
https://www.zmanda.com/downloads/
Other
214 stars 107 forks source link

Untracking libtool-related files from Git #210

Open sidsbrmnn opened 1 year ago

sidsbrmnn commented 1 year ago

This pull request is to remove a lock on Libtool used by Amanda during build process. Amanda uses GNU Autotools (Autoconf, Automake and Libtool) for portable builds. Libtool is currently locked at version 2.4.6 and is tracked by Git. It is in good practice to ignore the files generated by Autotools while checking the code into any version control system.

Changes Made

I also added a .gitignore file to each directory to ignore Amanda's distribution files such that the ignore file in the root of the project contains a list of files based on the Operating System, VCS, Tools and Frameworks and IDEs used. The inner directories contain an ignore file with the distribution files generated in the respective directory,.

Testing Done

I've tested the changes for build and install on CentOS 7, Rocky Linux 9 and Fedora 37.

chandraravipati commented 1 year ago

@sidsbrmnn , please add more detailed description explaining the need for these changes and explaining the changes.

sidsbrmnn commented 1 year ago

@sidsbrmnn , please add more detailed description explaining the need for these changes and explaining the changes.

I've updated the description. I also updated the title to 'Untracking libtool-related files from Git' which is more apt to the changes made.

amandaTrusted commented 1 year ago

Thank you for the contribution! We will be pulling this in the next release.