Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerry Huberts <ferry.huberts@pelagic.nl>2015-01-14 15:19:45 +0300
committerFerry Huberts <ferry.huberts@pelagic.nl>2015-01-14 16:45:47 +0300
commit7e3c32666fd9624e304765b0ed0923eb90e31d7f (patch)
treef436f2450cb75cb43034718ec1da7503571774c0 /scripts/linux/fedora/.gitignore
parent7434d40d25188ee821038b288af71b7ca90832c0 (diff)
package.sh: add fedora
Fedora builds Cura by using ```mock```, thereby enabling it to build RPMs for every distribution that ```mock``` has a configuration file for. In pratice this means that Fedora can build RPMs for several versions of Fedora, CentOS and RHEL. Cura can be built under a regular user account, there is no need to have root privileges. In fact, having root privileges is very much discouraged. However, the user account under which the build is performed needs to be a member of the 'mock' group. Specify only 'fedora' to build RPMs for the current system. ./package.sh fedora Additionally specify any number of mock configurations (ls -1 /etc/mock/*.cfg) to build RPMs for those configurations. ./package.sh fedora fedora-21-x86_64.cfg fedora-21-i386.cfg ... Since only the filename of the mock configurations is used, this also works: ./package.sh fedora /etc/mock/fedora-21-x86_64.cfg ... Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
Diffstat (limited to 'scripts/linux/fedora/.gitignore')
-rw-r--r--scripts/linux/fedora/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/linux/fedora/.gitignore b/scripts/linux/fedora/.gitignore
new file mode 100644
index 0000000000..ea03173056
--- /dev/null
+++ b/scripts/linux/fedora/.gitignore
@@ -0,0 +1,2 @@
+/RPMS/
+/SRPMS/