Compare commits

..

8 Commits

Author SHA1 Message Date
clrbuilder 4e2e716a76 Update packages file for version 32900
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-22 05:09:24 +00:00
clrbuilder c64bda09fc Update packages file for version 32890
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-21 05:09:11 +00:00
Patrick McCarty 65c5758c08 patchfilter: more cleanups
- FFLAGS/FCLAGS defaults were recently modified, so support both old and
  new defaults.
- `rm -rf %{buildroot}` is another autospec default line for %install,
  so it will never be a manual addition.
- The `name` field from options.conf is the same as the package name.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2020-04-20 11:37:34 -07:00
clrbuilder 3d334b1fd4 Update packages file for version 32880
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-20 06:38:03 +00:00
Ross Burton 31399a1cb7 Makefile.toplevel: add 'log' command
Add a new 'log' command that is similar to 'diff' but shows the log of
commits from HEAD to origin/master, thus listing all commits that have
not yet been pushed.

For example:
$ make log
packages/glib-networking
glib-networking: enable installed tests

packages/gnome-desktop
gnome-desktop: Autospec creation for update from version 3.34.3 to version 3.36.0

packages/gnome-terminal
gnome-terminal: Autospec creation for update from version 3.34.2 to version 3.36.0.1

Signed-off-by: Ross Burton <ross.burton@intel.com>
2020-04-17 11:45:11 +01:00
clrbuilder d7bff595de Update packages file for version 32870
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-17 05:08:26 +00:00
clrbuilder 3f53222de8 Update packages file for version 32860
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-16 05:08:19 +00:00
clrbuilder 4435eace17 Update packages file for version 32850
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2020-04-15 05:09:15 +00:00
3 changed files with 26 additions and 5 deletions
+9
View File
@@ -166,6 +166,15 @@ diff: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
(cd $$p ; git status | grep -q 'nothing to commit, working [^ ]* clean' || (echo "Uncommitted changes in: $$p"; git diff |diffstat -p1)) ;\
done
#help log: Run git log origin/master..HEAD for all package repos, thus
#help displaying any committed but unpushed changes.
log: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in projects/common $(addprefix packages/,$(PKGS_LOCAL)); do \
( cd $$p; if [ "$$(git rev-parse --verify HEAD)" != "$$(git rev-parse --verify origin/master)" ] ; then \
echo $$p ; git --no-pager log --pretty="format:%s" origin/master..HEAD ; echo ; echo;\
fi ; ) \
done
#help versions: Displays the version of each package in the ./packages tree.
versions: $(PACKAGES_FILE) $(addprefix packages/,$(PKGS_LOCAL))
@for p in $(addprefix packages/,$(PKGS_LOCAL)); do \
+13 -5
View File
@@ -38,6 +38,7 @@ LS_COLORS
LVM2
LibRaw
LibVNCServer
LibreCAD
Linux-PAM
LuaJIT
LyX
@@ -1154,6 +1155,7 @@ bleach
blender
blinken
blinker
blis
blktrace
blockdiag
bluedevil
@@ -1366,6 +1368,7 @@ compat-ilmbase-soname23
compat-intel-gmmlib-soname1
compat-ipset-soname10
compat-iptables-soname0.1.0
compat-ldc-soname85
compat-libevent-soname6
compat-libgit2-soname27
compat-libical-soname2
@@ -1667,6 +1670,7 @@ freezegun
fribidi
fritzing-app
fs
fsearch
funcparserlib
funcsigs
fuse
@@ -1707,6 +1711,7 @@ geocode-glib
geos
gettext
gevent
geventhttpclient-wheels
gexiv2
gfbgraph
gflags
@@ -1760,6 +1765,7 @@ gnome-common
gnome-contacts
gnome-control-center
gnome-desktop
gnome-desktop-testing
gnome-disk-utility
gnome-flashback
gnome-font-viewer
@@ -1979,7 +1985,7 @@ ipmitool
iproute2
ipset
iptables
iptraf
iptraf-ng
iptstate
iputils
ipvsadm
@@ -2352,6 +2358,7 @@ libcomps
libconfig
libcroco
libcryptui
libcxx
libdaemon
libdatrie
libdazzle
@@ -2380,6 +2387,7 @@ libfakekey
libfastjson
libffi
libffmpeg-stub
libflame
libfm
libfm-qt
libfontenc
@@ -2619,10 +2627,11 @@ lldb
llfuse
llvm
llvm8
llvmlite
llvm9
lm-sensors
lmdb
locket
lockfile
locustio
log4cpp
logilab-common
@@ -2877,7 +2886,6 @@ ntp
ntplib
numactl
numatop
numba
numlockx
numpy
numpy-stl
@@ -4036,7 +4044,6 @@ pycairo
pycodestyle
pycosat
pycparser
pycrypto
pycurl
pydocstyle
pydot
@@ -4088,6 +4095,7 @@ pytest-repeat
pytest-rerunfailures
pytest-runner
pytest-sugar
pytest-tap
pytest-timeout
pytest-xdist
python
@@ -4140,7 +4148,6 @@ python-subunit
python-swiftclient
python-systemd
python-tabulate
python-tappy
python-troveclient
python-urwid
python-utils
@@ -4480,6 +4487,7 @@ systemtap
taglib
talloc
tallow
tap.py
tar
taskflow
taskwarrior
+4
View File
@@ -250,7 +250,9 @@ def main():
zap_line_in_file_start(".spec", "export NM=gcc-nm")
zap_line_in_file_start(".spec", "export CFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FCFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FCFLAGS=\"$FFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FFLAGS=\"$CFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export FFLAGS=\"$FFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "export CXXFLAGS=\"$CXXFLAGS -O3 -ffat-lto-objects -flto=4 \"")
zap_line_in_file_start(".spec", "%setup -q -n ")
zap_line_in_file_start(".spec", "URL :")
@@ -287,10 +289,12 @@ def main():
zap_line_in_file_start(".spec", "cp -a ")
zap_line_in_file_start(".spec", "cd %{_builddir}/")
zap_line_in_file_start(".spec", "export GCC_IGNORE_WERROR=1")
zap_line_in_file_start(".spec", "rm -rf %{buildroot}")
zap_line_in_file_start("b/Makefile", "URL =")
zap_line_in_file_start("b/Makefile", "PKG_NAME :=")
zap_line_in_file_start("b/options.conf", "name = ")
zap_line_in_file("b/options.conf", "archives = ")
zap_line_in_file("b/options.conf", "giturl = ")
zap_line_in_file_start("b/options.conf", "url = ")