Compare commits

..

4 Commits

Author SHA1 Message Date
clrbuilder 1368df937f Update packages file for version 36680
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-27 13:20:49 -07:00
clrbuilder 4668b03fdd Update packages file for version 36650
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2022-07-26 04:29:52 -07:00
Patrick McCarty d612ea1d6d bumpnogit: revise docs to align with bump target
Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-07-22 22:38:41 +00:00
Patrick McCarty 36d49108a6 bump: add custom commit summary support
To add a custom commit summary for a `make bump`, set the BUMP_MSG
variable to the desired summary.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-07-22 22:37:18 +00:00
2 changed files with 15 additions and 15 deletions
+13 -3
View File
@@ -217,14 +217,24 @@ autospecnostate:
scanlicense:
python3 $(TOPLVL)/projects/autospec/autospec/autospec.py -t . --config $(AUTOSPEC_CONF) --license-only $(firstword $(NEWURL) $(URL)) --name $(PKG_NAME)
#help bump: Increments the release file by one.
#help bump: Increments the package release number by one and commits the result. If
#help the variable BUMP_MSG is set, its value is used as the commit summary.
#help Otherwise a generic commit summary is used.
bump:
git pull --rebase
$(MAKE) bumpnogit
git add $(SPECFILE) release
git commit -a -m "version bump from $(shell $(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))) to `$(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))`"
fromver=$(shell $(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))); \
tover=`$(call queryspec,%{VERSION}-%{RELEASE}\n,$(SPECFILE))`; \
if [[ -n "$(BUMP_MSG)" ]]; then \
bumpmsg="$(BUMP_MSG)"; \
else \
bumpmsg="version bump from $$fromver to $$tover"; \
fi; \
git commit -a -m "$$bumpmsg"
#help bumpnogit: Increments the release file by one and does not commit changes.
#help bumpnogit: Increments the package release number by one and does not commit
#help changes.
bumpnogit:
@$(MAKE) spdxcheck
oldrel=$(shell $(call queryspec,%{RELEASE}\n,$(SPECFILE))); \
+2 -12
View File
@@ -56,7 +56,6 @@ R-BB
R-BBmisc
R-BH
R-BMA
R-BMS
R-BatchJobs
R-BayesFactor
R-BiasedUrn
@@ -288,7 +287,6 @@ R-config
R-conflicted
R-conquer
R-contfrac
R-conting
R-corpcor
R-corrgram
R-corrplot
@@ -372,18 +370,15 @@ R-evd
R-expint
R-expm
R-expsmooth
R-fAsianOptions
R-fAssets
R-fBasics
R-fBonds
R-fCopulae
R-fExoticOptions
R-fExtremes
R-fGarch
R-fImport
R-fMultivar
R-fNonlinear
R-fOptions
R-fRegression
R-fTrading
R-fUnitRoots
@@ -646,7 +641,6 @@ R-nnls
R-nortest
R-npsurv
R-numDeriv
R-nws
R-nycflights13
R-officer
R-openssl
@@ -721,9 +715,9 @@ R-princurve
R-processx
R-procmaps
R-prodlim
R-profdpm
R-profileModel
R-profmem
R-profvis
R-progress
R-progressr
R-projpred
@@ -838,7 +832,6 @@ R-runjags
R-rversions
R-rvest
R-s2
R-sROC
R-sampling
R-sandwich
R-sass
@@ -960,6 +953,7 @@ R-unbalanced
R-units
R-unix
R-urca
R-urlchecker
R-urltools
R-uroot
R-usethis
@@ -1295,17 +1289,13 @@ compat-libpng-soname12
compat-libsigc++-soname20
compat-libsoup-soname-24
compat-libva-soname1
compat-libvpx-soname6
compat-lua-52
compat-lua-53
compat-nettle-soname7
compat-pangomm-soname14
compat-poppler-soname112
compat-poppler-soname117
compat-protobuf-soname23
compat-readline-soname5
compat-rest-soname07
compat-tbb-soname12
compat-tracker-soname2.0
compat-webkitgtk-soname40
component