ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/rpm
/
usr
share
doc
rpm
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
builddependencies
6.34 MB
chmod
View
DL
Edit
Rename
Delete
buildroot
3.67 MB
chmod
View
DL
Edit
Rename
Delete
conditionalbuilds
3.96 MB
chmod
View
DL
Edit
Rename
Delete
CREDITS
3.66 MB
chmod
View
DL
Edit
Rename
Delete
dependencies
13.33 MB
chmod
View
DL
Edit
Rename
Delete
format
10.18 MB
chmod
View
DL
Edit
Rename
Delete
hregions
2.9 MB
chmod
View
DL
Edit
Rename
Delete
macros
12.75 MB
chmod
View
DL
Edit
Rename
Delete
multiplebuilds
1.82 MB
chmod
View
DL
Edit
Rename
Delete
queryformat
5.53 MB
chmod
View
DL
Edit
Rename
Delete
relocatable
1.98 MB
chmod
View
DL
Edit
Rename
Delete
signatures
2.57 MB
chmod
View
DL
Edit
Rename
Delete
spec
9.61 MB
chmod
View
DL
Edit
Rename
Delete
triggers
5.54 MB
chmod
View
DL
Edit
Rename
Delete
tsort
5.33 MB
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/rpm/multiplebuilds
/*! \page multiplebuilds Multiple build areas It is possible to run several RPM builds on the same machine using separate RPM databases. On my build machine I have several build areas which all run builds at the same time. The builds do not interfere with each other. Each build behaves as if it was running on its own machine and no build area knows about the RPM database which actually configures the machine. First, setup a "topdir" in a prefix other then where RPM is installed. You will need to make the directories. They need to be writable by the account which will do the building, typically they are owned by the buildmaster account and set to permissions 755. \verbatim BUILD RPMS SOURCES SPECS SRPMS \endverbatim Next, you will need to decide where the database files live. I suggest putting them in a separate directory under "topdir". I call my directory DB and it has the same owner and permissions as the other directories. Each separate build area needs a rpmrc and macro configuration file. This will need to specify the new topdir and dbpath. If you will be building the same packages in different work areas you will also need to specify a tmppath into the topdir. I suggest either making tmppath be the same as the BUILD directory or adding another directory called BUILDROOT for it in the topdir. Keeping track of the correct rpmrc for each build area can be difficult. To make my life easier I make a small shell script with the topdir hard coded inside: \verbatim #!/bin/sh /bin/rpm --rcfile /topdir/rpmrc "$@" exit $? \endverbatim I call the shell script rpm and it lives in the topdir. Each time I wish to use a particular build area I just ensure that the build area is first in my path so that when I run "rpm" I get the regular rpm binary but I am using the local build areas rpmrc. */
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply