Compare commits

..

5 Commits

Author SHA1 Message Date
clrbuilder 41bc67d5c3 Update packages file for version 35250
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-11-08 09:34:28 -08:00
clrbuilder 791e62166b Update packages file for version 35230
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-11-04 00:05:59 -07:00
clrbuilder 184466de12 Update packages file for version 35220
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-11-02 15:29:37 -07:00
clrbuilder f62255e8c3 Update packages file for version 35190
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-28 00:08:22 -07:00
Patrick McCarty 2d1a67d3b0 Revise handling of autospec repo
Always clone autospec from the upstream clearlinux/autospec github repo
regardless of whether a gitolite instance is configured.

Also, do not set the repo's pushurl, since the expectation is for
contributors to push changes to github forks of autospec, not directly
to the upstream repo.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2021-10-19 12:12:13 -07:00
2 changed files with 12 additions and 9 deletions
+6 -6
View File
@@ -31,11 +31,13 @@ $(proj_PKGS):
@proj=$(patsubst proj_%,%,$@); \
[ -d projects/$$proj ] || ( \
echo "Checking out: projects/$$proj"; \
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
cd projects/$$proj; \
if [ "$$proj" = "autospec" ] ; then \
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
git clone https://github.com/clearlinux/autospec.git projects/autospec; \
else \
git clone $(PRJ_BASE_URL)/$$proj projects/$$proj; \
fi; \
cd projects/$$proj; \
if [ "$$proj" != "autospec" ] ; then \
$(call gitoliteurl,projects/$$proj); \
fi; \
$(call subjectprefix,$$proj); \
@@ -76,9 +78,7 @@ ${PULL_PKGS}:
fi ; \
git --no-pager log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit $$O..$$N; echo; \
fi ; \
if [ "$$p" = "projects/autospec" ] ; then \
git remote set-url --push origin git@github.com:clearlinux/autospec.git; \
else \
if [ "$$p" != "projects/autospec" ] ; then \
$(call gitoliteurl,$$p); \
fi ; \
else \
+6 -3
View File
@@ -1068,6 +1068,7 @@ acrn-hypervisor
adal
ade
adwaita-icon-theme
aesara
aiodns
aiohttp
aiohttp-cors
@@ -1377,6 +1378,7 @@ compat-lua-53
compat-nettle-soname7
compat-pangomm-soname14
compat-protobuf-soname23
compat-python39
compat-readline-soname5
compat-tracker-soname2.0
compat-webkitgtk-soname40
@@ -2523,6 +2525,7 @@ libwnck3
libwpd
libwpg
libwps
libxcvt
libxdg-basedir
libxfce4ui
libxfce4util
@@ -3931,7 +3934,6 @@ pygobject
pyhs100
pylint
pyls-black
pyls-spyder
pynvim
pyotherside
pyotp
@@ -4005,6 +4007,7 @@ python-systemd
python-tabulate
python-urwid
python-utils
python-xlib
python-zeep
python-zstandard
python3
@@ -4037,6 +4040,7 @@ qstylizer
qt-creator
qt3d
qt5ct
qt6base
qtbase
qtcanvas3d
qtcharts
@@ -4252,8 +4256,6 @@ sphinxcontrib-websupport
spice
spice-gtk
spice-protocol
spyder-ide
spyder-kernels
spyrk
sqlite-autoconf
sqlparse
@@ -4599,6 +4601,7 @@ yasm
yelp
yelp-tools
yelp-xsl
yq
ytnef
zabbix
zathura