This website requires JavaScript.
Explore
Help
Sign In
folkslinux
/
rpm
mirror of
https://github.com/rpm-software-management/rpm.git
Watch
1
Star
0
Fork
You've already forked rpm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9571e3d9a2
rpm
/
.gitignore
10 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Turn Dockerfile into a standalone RPM image So far we've only used the Dockerfile for *building* RPM and then running the test-suite in a container. Make it actually useful for building a complete RPM image out of the source tree. That's the typical purpose of a Dockerfile in a project, after all. Not much is missing, just basically remove the stock RPM installation and replace it with our own. After this commit, one can just run podman build -t rpm -f tests/Dockerfile . podman run -it rpm to get a shell with the current checkout built and installed, as a podman-based alternative to the native "make shell" support. To run the new test-suite (in our CI) using this image, a bit more work is needed so we'll leave that for the next commits. Also add a .dockerignore file so that the _build subdirectory that we "officially" support is not needlessly copied to the image if present.
2023-07-07 21:54:41 +08:00
.[^dockerignore]*
Add Transifex config + adjust .gitignore to track it
2011-09-13 19:11:14 +08:00
!.tx
Added .gitignore file to get sane git status reports
2008-07-17 16:37:03 +08:00
!.gitignore
Add a mailmap file for fixing author anomalies + mapping mail addresses
2016-10-17 23:56:19 +08:00
!.mailmap
Update .gitignore a bit
2010-06-07 17:51:09 +08:00
*.*~
Added .gitignore file to get sane git status reports
2008-07-17 16:37:03 +08:00
*.tmp
Add _build/ to .gitignore as that's the suggested way of building in the INSTALL file
2022-11-28 19:23:03 +08:00
/_build
Add documentation on documentation mainly how to render the docs for development purposes
2022-05-15 15:37:14 +08:00
/docs/_site