Compare commits

..

5 Commits

Author SHA1 Message Date
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
clrbuilder 65c7cc8db6 Update packages file for version 35150
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-19 00:07:14 -07:00
clrbuilder 5c7f52dc15 Update packages file for version 35140
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-16 07:10:13 -07:00
clrbuilder 6d165ea0dd Update packages file for version 35120
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2021-10-12 00:08:51 -07:00
2 changed files with 18 additions and 6 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 \
+12
View File
@@ -468,6 +468,7 @@ R-geojson
R-geometry
R-gert
R-getopt
R-ggfortify
R-ggjoy
R-ggplot2
R-ggplot2movies
@@ -687,6 +688,7 @@ R-pdfCluster
R-pdftools
R-pdp
R-permute
R-perry
R-phangorn
R-pheatmap
R-phylobase
@@ -818,6 +820,7 @@ R-rngWELL
R-rngtools
R-robCompositions
R-robust
R-robustHD
R-robustbase
R-rootSolve
R-rotl
@@ -1310,6 +1313,7 @@ clr-bundle-screenshots
clr-bundles
clr-debug-info
clr-desktop-defaults
clr-elf-replace
clr-find-bundle
clr-fwupd-hooks
clr-hardware-files
@@ -1367,10 +1371,12 @@ 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-protobuf-soname23
compat-readline-soname5
compat-tracker-soname2.0
compat-webkitgtk-soname40
@@ -2013,6 +2019,7 @@ jupyterlab_launcher
jupyterlab_pygments
jupyterlab_server
jupyterlab_widgets
kaccounts-integration
kactivities
kactivities-stats
kactivitymanagerd
@@ -2273,6 +2280,8 @@ libXvMC
libXxf86dga
libabigail
libabw
libaccounts-glib
libaccounts-qt
libadwaita
libaio
libappindicator
@@ -2514,6 +2523,7 @@ libwnck3
libwpd
libwpg
libwps
libxcvt
libxdg-basedir
libxfce4ui
libxfce4util
@@ -4191,6 +4201,7 @@ shared-mime-info
sharutils
shim
siege
signond
simg-tools
simple-scan
simplegeneric
@@ -4622,3 +4633,4 @@ zope.testrunner
zopfli
zsh
zstd
zstd-bin