The utility for building of AlmaLinux distributions (repos, ISO images).
Go to file
Tomas Mlcoch 291c509c2f Doc: Replace fetch & fetch tags & merge combo with pull --rebase
$ git pull --rebase upstream master
will work also when there are commits on master branch - it will
just rebase the changes seamlessly in opposite to git merge.

Moreover by using git pull --rebase we will save two calls of git.
2015-09-09 03:58:30 -04:00
bin 4.0.3 release 2015-09-08 22:06:45 -05:00
doc Doc: Replace fetch & fetch tags & merge combo with pull --rebase 2015-09-09 03:58:30 -04:00
pungi Merge #54 fix log_info for image_build (fails if image_build is skipped) 2015-09-07 15:41:27 +00:00
share Rename product_* to release_*. 2015-07-09 06:58:30 -04:00
tests gather: Implement hashed directories. 2015-07-24 04:40:55 -04:00
.gitignore Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
AUTHORS Initial changes for Pungi 4.0. 2015-02-10 06:47:16 -05:00
COPYING Initial changes for Pungi 4.0. 2015-02-10 06:47:16 -05:00
git-changelog 3.04 release 2014-04-29 16:29:34 -05:00
GPL Update GPL to latest version from https://www.gnu.org/licenses/gpl-2.0.txt 2015-06-25 07:50:03 -04:00
Makefile Rewrite documentation to Sphinx. 2015-07-02 09:18:49 -04:00
MANIFEST.in Change createrepo config options defaults. 2015-07-08 08:57:50 -04:00
pungi.spec 4.0.3 release 2015-09-08 22:06:45 -05:00
RELEASE-NOTES Rename product_* to release_*. 2015-07-09 06:58:30 -04:00
setup.py 4.0.3 release 2015-09-08 22:06:45 -05:00
TODO Initial code merge for Pungi 4.0. 2015-02-10 08:19:34 -05:00