Compare commits

..

11 Commits

Author SHA1 Message Date
clrbuilder 677fe6cbd5 Update packages file for version 24430
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-15 00:53:37 +00:00
clrbuilder 9e54179aea Update packages file for version 24410
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-14 12:02:12 +00:00
Kevron Rees 1145477b30 Add section to documentation about updating package version
Document includes a description for pumping the release, but what
if there is a completely new upstream version?  This patch adds a
section that describes how to update the upstream url for a
package and update the package information accordingly.

Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2018-08-13 10:51:27 -07:00
Kevron Rees 19cb72b28e add link to autospec documentation
Documentation only describes how to tweak autospec behavior by
modifying one file ("buildreq_add").  A new developer might not be
aware that there are several other files that can be modified that
will change autospec behavior.  Link to the autospec documentation
so that developers can learn of the other files and how autospec
uses them.

Signed-off-by: Kevron Rees <kevron.m.rees@intel.com>
2018-08-13 10:51:27 -07:00
clrbuilder 497059b257 Update packages file for version 24390
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-13 12:02:49 +00:00
clrbuilder fbda0655f2 Update packages file for version 24370
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-11 23:16:43 +00:00
clrbuilder 1b32d114f3 Update packages file for version 24360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-10 18:00:13 +00:00
clrbuilder 90a4ceb162 Update packages file for version 24340
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-10 12:02:33 +00:00
clrbuilder 2947369532 Update packages file for version 24330
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-09 18:03:38 +00:00
clrbuilder 26bb3f43f8 Update packages file for version 24310
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2018-08-09 06:14:47 +00:00
Patrick McCarty fd509a2295 Hardlink only the rpms created by Mock
In case git repos cloned by autospec into results/ contain RPMs, we do
not want to hardlink those files to rpms/.

Fix the issue by limiting the find depth to 1 level so that the tooling
only hardlinks rpms created by Mock.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2018-08-08 19:14:19 -07:00
3 changed files with 85 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ require-pkg-repo-dir:
link-new-rpms: require-pkg-repo-dir
mkdir -p ${PKG_REPO_DIR}/rpms
rm -f ${PKG_REPO_DIR}/rpms/*.rpm
find ${PKG_REPO_DIR}/results -name '*.rpm' -exec ln {} ${PKG_REPO_DIR}/rpms/ \;
find ${PKG_REPO_DIR}/results -maxdepth 1 -name '*.rpm' -exec ln {} ${PKG_REPO_DIR}/rpms/ \;
rm -f ${PKG_REPO_DIR}/rpms/*.src.rpm
+14
View File
@@ -102,6 +102,10 @@ $ echo missing-build-req >> buildreq_add
$ make autospec
```
Please see https://github.com/clearlinux/autospec#common-files for
documention on buildreq_add and the other files autospec uses during the
build process.
### Bump the release number for a package
If you simply need to increment a package's release number and rebuild the
@@ -112,6 +116,16 @@ $ make bump
$ make build
```
### Update the release version for a package
If you have an update release version for a package, you can change the url
for the new release in the package/example-pkg/Makefile. After modifying the
new url, run `make autospec` again to fetch the new package and rebuild.
```
$ make autospec
```
## Other topics
### Customizing the mock config
+70 -1
View File
@@ -8,6 +8,7 @@ Flask
FreeRDP
GConf
GitPython
ImageMagick
Jinja2
Keras
Keras_Applications
@@ -140,6 +141,8 @@ R-Rsolnp
R-Rtsne
R-Rvmmin
R-SDMTools
R-SGP
R-SGPdata
R-SQUAREM
R-Sleuth2
R-SnowballC
@@ -169,6 +172,7 @@ R-adephylo
R-afex
R-alr3
R-analogue
R-animation
R-ape
R-argparse
R-arm
@@ -220,6 +224,7 @@ R-cli
R-clipr
R-clue
R-clustMixType
R-clusterGeneration
R-cmprsk
R-cobs
R-coda
@@ -479,6 +484,7 @@ R-mvnormtest
R-mvoutlier
R-mvtnorm
R-natserv
R-ncbit
R-network
R-neuralnet
R-nleqslv
@@ -510,6 +516,7 @@ R-phangorn
R-pheatmap
R-phylobase
R-phylogram
R-phytools
R-pillar
R-pkgKitten
R-pkgbuild
@@ -667,6 +674,7 @@ R-stringi
R-stringr
R-strucchange
R-styler
R-subplex
R-subselect
R-superpc
R-survey
@@ -766,7 +774,9 @@ WireGuard
XStatic
XStatic-Angular
XStatic-Angular-Bootstrap
XStatic-Angular-FileUpload
XStatic-Angular-Gettext
XStatic-Angular-Schema-Form
XStatic-Angular-lrdragndrop
XStatic-Bootstrap-Datepicker
XStatic-Bootstrap-SCSS
@@ -785,9 +795,11 @@ XStatic-bootswatch
XStatic-jQuery
XStatic-jquery-ui
XStatic-mdi
XStatic-objectpath
XStatic-roboto-fontface
XStatic-smart-table
XStatic-term.js
XStatic-tv4
Z3
abireport
absl-py
@@ -828,6 +840,7 @@ asio
asn1crypto
aspell
aspell-en
aspell-pt_BR
assimp
astor
astroid
@@ -865,6 +878,7 @@ baloo
baloo-widgets
bandit
baobab
barbican
bash
bash-completion
bash.static
@@ -972,6 +986,7 @@ clr-avx-tools
clr-boot-manager
clr-debug-info
clr-desktop-defaults
clr-fwupd-hooks
clr-hardware-files
clr-init
clr-man-pages
@@ -996,6 +1011,7 @@ cni
cni-plugins
cockpit
cogl
coinmp
colcon-bash
colcon-cmake
colcon-common-extensions
@@ -1077,6 +1093,7 @@ cups
cups-filters
cups-pk-helper
curl
cursive
cve-check-tool
cxxfilt
cycler
@@ -1095,6 +1112,7 @@ debugedit
decorator
defusedxml
dejagnu
deprecation
desktop-file-utils
dfc
dfu-util
@@ -1132,6 +1150,7 @@ dolphin
dos2unix
dosfstools
double-conversion
dovecot
doxygen
dpdk
dracut
@@ -1222,6 +1241,7 @@ futures
futurist
fwupd
fwupdate
gabbi
garcon
gast
gawk
@@ -1251,6 +1271,7 @@ gftp
ghostscript
gimp
git
gitdb2
gitolite
gjs
glance
@@ -1391,6 +1412,7 @@ hunspell
hwloc
hyperscan
hyperstart
hyphen
hypothesis
i2c-tools
i3
@@ -1418,6 +1440,7 @@ intel-gpu-tools
intel-hybrid-driver
intltool
invm-frameworks
ioc-cbc-tools
ioping
iotop
ipaddr
@@ -1436,6 +1459,8 @@ ipython
ipython-sql
ipython_genutils
ipywidgets
ironic
ironic-lib
irqbalance
irrlicht
irssi
@@ -1463,6 +1488,8 @@ json-c
json-glib
jsoncpp
jsonpatch
jsonpath-rw
jsonpath-rw-ext
jsonpointer
jsonschema
jupyter
@@ -1564,6 +1591,7 @@ latencytop
lazy-object-proxy
lcms2
lcov
ldap3
lensfun
less
leveldb
@@ -1624,6 +1652,7 @@ libdmx
libdnf
libdrm
libepoxy
liberasurecode
libev
libevdev
libevent
@@ -1660,6 +1689,7 @@ libksba
libksysguard
libmbim
libmediaart
libmicrohttpd
libmnl
libmodulemd
libmspack
@@ -1765,6 +1795,7 @@ llvm
llvmlite
lmdb
logilab-common
logrotate
logutils
lsacpi
lshw
@@ -1800,6 +1831,7 @@ metrics-discovery
micro-config-drive
micro-config-drive-aws
micro-config-drive-oci
microversion_parse
mido
minetest
minetest_game
@@ -1815,6 +1847,7 @@ mock
mod_wsgi
moka-icon-theme
mongodict
mono
monotonic
more-itertools
moreutils
@@ -1832,19 +1865,21 @@ mpfr
mpg123
mpi4py
mpmath
msgpack-python
msgpack
msmtp
msr-tools
mstflint
mtdev
multimon-ng
multipath-tools
munch
murrine
musl
mutt
mutter
mypaint-brushes
mypy
mythes
nagios-plugins
nano
nasm
@@ -1868,6 +1903,7 @@ network-manager-applet
networkmanager-qt
networkx
neutron
neutron-lib
newt
nfs-utils
nftables
@@ -1877,11 +1913,13 @@ nicstat
ninja
nlopt
nltk
nmap
nodejs
nose
nose-cov
nose-cover3
nose-parameterized
nosexcover
nosync
notebook
notmuch
@@ -1937,11 +1975,16 @@ opusfile
orc
orca
ordereddict
os-api-ref
os-autoinst
os-brick
os-client-config
os-service-types
os-testr
os-traits
os-win
os-xenapi
os_vif
osc-lib
osinfo-db-tools
oslo.cache
@@ -1954,6 +1997,7 @@ oslo.log
oslo.messaging
oslo.middleware
oslo.policy
oslo.privsep
oslo.reports
oslo.rootwrap
oslo.serialization
@@ -1966,6 +2010,8 @@ oslotest
osprofiler
ostree
ovirt-guest-agent
ovs
ovsdbapp
p11-kit
p7zip
packaging
@@ -2168,6 +2214,7 @@ perl-File-FcntlLock
perl-File-Find-Rule
perl-File-Grep
perl-File-HomeDir
perl-File-KeePass
perl-File-LibMagic
perl-File-Listing
perl-File-MMagic
@@ -2447,8 +2494,10 @@ perl-System-Command
perl-TAP-Harness-Archive
perl-Taint-Util
perl-Term-ProgressBar
perl-Term-ReadLine-Gnu
perl-Term-ReadPassword
perl-Term-Shell
perl-Term-ShellUI
perl-Term-Size-Perl
perl-Term-Table
perl-Term-UI
@@ -2641,6 +2690,7 @@ pydocstyle
pydot
pydot_ng
pydotplus
pyeclib
pyemd
pyflakes
pygobject
@@ -2652,10 +2702,14 @@ pymongo
pynacl
pypandoc
pyparsing
pyperclip
pypowervm
pyquery
pyrfc3339
pyroute2
pyrsistent
pysaml2
pysendfile
pyserial
pysnmp
pytest
@@ -2754,15 +2808,19 @@ qtwebsockets
qtx11extras
qtxmlpatterns
quagga
quassel
quilt
rabbitmq-c
ragel
raptor2
rasqal
rcssmin
rdma-core
re2c
readline
redis
redis-native
redland
redsocks
reno
repoze.lru
@@ -2794,6 +2852,7 @@ runc
rust-std32
rustc
rxvt-unicode
ryu
s2tc
s3transfer
sahara
@@ -2812,6 +2871,7 @@ scipy
scons
screen
scripttest
scrypt
sddm
seaborn
seahorse
@@ -2842,12 +2902,14 @@ slang
smart_open
smartcols
smartmontools
smmap2
snappy
snowballstemmer
socat
sof-crosstool-ng
solid
sonnet
sortedcontainers
sos
soundmodem
source-code-pro
@@ -2873,12 +2935,15 @@ squashfs-tools
sshfs
stack
startup-notification
statsd
statsmodels
stestr
stevedore
stow
strace
stress-ng
subunit
subunit2sql
subversion
sudo
suds-jurko
@@ -2938,6 +3003,7 @@ tiff
tig
tigervnc
time
tinyrpc
tinyxml2
tiptop
tk
@@ -3007,6 +3073,7 @@ warlock
wayland
wayland-protocols
wcwidth
weakrefmethod
webcolors
webencodings
webkitgtk
@@ -3024,6 +3091,8 @@ woff2
wol
wpa_supplicant
wrapt
wsgi_intercept
wsgiref
x11perf
x11vnc
xapian-core