index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-07 | libmakepkg: fix .gitignore to simply ignore all generated .sh files | Eli Schwartz | |
Prior to commit aca153bfa6b1bcd828f0b35db453bb9fea6a08bf some .sh files were not generated and simply included directly, and it was necessary to explicitly iterate all ignored files to prevent git from ignoring the directly-included files. However, now all .sh files are in fact generated so it makes no sense to list each one separately in the .gitignore file. Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-12-05 | add generated scripts to gitignore | Christian Hesse | |
These files are generated at build time. Ignore in git. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-05-18 | libmakepkg: extract functions for integrity checking | Ashley Whetter | |
Signed-off-by: Ashley Whetter <ashley@awhetter.co.uk> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2016-03-28 | libmakepkg: extract functions for writing .SRCINFO files | Ashley Whetter | |
Signed-off-by: Ashley Whetter <ashley@awhetter.co.uk> Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-09-22 | libmakepkg: update .gitignore | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: extract functions for source download and extraction | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-19 | libmakepkg: extract functions for handling source URLs | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | Simplify libmakepkg .gitignore | Allan McRae | |
2015-05-16 | libmakepkg: extract PKGBUILD linting functions | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-05-16 | libmakepkg: extract in_array | Allan McRae | |
2015-02-12 | libmakepkg: move package checking out of tidy_install | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-01 | makepkg: split package tidying into libmakepkg | Allan McRae | |
Signed-off-by: Allan McRae <allan@archlinux.org> | |||
2015-02-01 | makepkg: split message functions into libmakepkg | Allan McRae | |
This performs all the needed work for libmakepkg to be included in tarballs, installed into the correct place, and read into makepkg. Also change the install root for libmakepkg to an architecture independant location. Signed-off-by: Allan McRae <allan@archlinux.org> |