summaryrefslogtreecommitdiffstats
path: root/repofish
Commit message (Collapse)AuthorAgeFilesLines
* New zst format and new cleanbuild functionHEADmasterSeppia2021-06-071-8/+22
| | | | | | Updated to add support for the new zst format that makepkg uses for packages and added a new cleanbuild funtion which simply performs a clean action before beginning to build the package.
* Find package directory bug fixSeppia2018-11-291-4/+4
| | | | | Fixes a bug matching only given pattern in package name instead of exact pattern.
* Clean function iprovementSeppia2018-11-271-2/+2
| | | | | | | Limits the search for packages to be cleanded only in package specific folders, so time required to clean the package files should now only depend on the single package size not affecting other packages any more.
* List bug fixv0.3.1Seppia2018-06-111-2/+6
| | | | | | Fixes a bug that happens when listing local packages and no packages are present in local path. It now prints a waring, saying that no local package is present.
* Bug fix and easter eggSeppia2018-06-111-0/+3
| | | | | | | | | Fixes a bug happening when searching for packages and local list is empty. It also introduces an easter egg. When local packages list is empty and the function shouldn't match anything as locally installed, there is now the chance of it matching a random string of 15 characters consisting in numbers and/or capital letters. It is higly unlikely and should do no harm, but still remains funny.
* Help message orderedv0.3Seppia2018-06-041-8/+8
| | | | Used alphabetical order for commands in the help message.
* Architecture variableSeppia2018-06-031-6/+11
| | | | | Used variable for cpu architecture of local repo packages instead of hardcoded value.
* Fixed typoSeppia2018-06-031-1/+1
|
* Archiving packages supportSeppia2018-06-031-0/+36
| | | | | Added support for archiving old packages from local repository to a specific archiving folder.
* Available flag editSeppia2018-06-031-1/+1
| | | | Changed Istalled flag to the more appropriate "Locally available"
* Check installed fixSeppia2018-06-031-1/+1
| | | | | Fixes breakage of the detection of already installed packages due to description message addition in list function.
* Function messages fixSeppia2018-06-031-15/+15
| | | | Foxed messages to restore normal text output.
* Function messagesSeppia2018-06-031-3/+18
| | | | Addes messages in each function.
* Colored WARNING/ERROR messagesSeppia2018-06-031-22/+22
| | | | | Warning and error messages now are colored by default. This commit also deletes a space in search keywords string.
* Help message fixv0.2Seppia2018-06-031-2/+2
| | | | Help message fixed according to new executable name.
* Renamed sources fileSeppia2018-06-031-0/+343
Sources file has been renamed from repo.sh to repofish to match the git repository name.