Compare commits

..

4 Commits

Author SHA1 Message Date
clrbuilder 312f6398a9 Update packages file for version 36620
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-14 04:10:43 -07:00
clrbuilder ee431ed33f Update packages file for version 36610
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-12 04:11:32 -07:00
William Douglas 349d8c6645 Add CLEANUP=1 for when update runs autospec 2022-07-08 08:17:29 -07:00
William Douglas 1aecb3dcf5 Add an update target to common
Add an update target to common whose purpose is to be able to check if
a new version exists, update to the new version and push the updated
version to koji.

This target will cause bump.list content to be rebuilt as well.

Signed-off-by: William Douglas <william.douglas@intel.com>
2022-07-08 08:03:07 -07:00
2 changed files with 28 additions and 1 deletions
+21
View File
@@ -375,6 +375,27 @@ koji-waitrepo: kojidef
koji wait-repo --build=${SRPMVERS} ${WAIT_OPTS} ${KOJI_TAG}-build; \
fi
update-versions:
.PHONY: update
#help update: Tries to run update.sh if it exists. update.sh is expected
#help to check for version updates, exit (successfully) if none are found
#help or update the package and push the update to koji.
#help If no update.sh exists, update the version, autospec and push the
#help update to koji (bumping the bump.list if found).
update:
@if [ -f update.sh ]; then \
./update.sh; \
else \
$(MAKE) -s update-versions && \
$(MAKE) autospec CLEANUP=1 && \
if [ -f bump.list ]; then \
$(MAKE) -s koji; \
else \
$(MAKE) -s koji-nowait; \
fi \
fi \
logcheck:
@perl $(TOPLVL)/projects/common/logcheck.pl results/build.log
+7 -1
View File
@@ -166,6 +166,7 @@ R-Rserve
R-Rsolnp
R-Rtsne
R-Rvmmin
R-Ryacas
R-SDMTools
R-SGP
R-SGPdata
@@ -1408,6 +1409,7 @@ dropwatch
dssi
dstat
dtc
duktape
dunst
duperemove
dvisvgm
@@ -2410,6 +2412,8 @@ messagelib
meta-c-basic
meta-desktop-gnome
meta-desktop-kde
meta-os-core
meta-os-core-plus
metacity
metis
metrics-discovery
@@ -2450,7 +2454,6 @@ mosh
mosquitto
motd-update
motif
mozjs78
mozjs91
mpc
mpfr
@@ -3644,8 +3647,10 @@ pypi-async_timeout
pypi-asyncssh
pypi-asynctest
pypi-atomicwrites
pypi-atomicwrites_homeassistant
pypi-atpublic
pypi-attrs
pypi-automat
pypi-awesomeversion
pypi-awscrt
pypi-awxkit
@@ -4215,6 +4220,7 @@ pypi-pyu2f
pypi-pyusb
pypi-pywavelets
pypi-pywbem
pypi-pywinrm
pypi-pyxattr
pypi-pyxdameraulevenshtein
pypi-pyxdg