Compare commits

..

4 Commits

Author SHA1 Message Date
clrbuilder 9bece241c0 Update packages file for version 30380
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-07-15 10:02:02 +00:00
clrbuilder 602cc9563f Update packages file for version 30360
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-07-13 17:54:20 +00:00
George T Kramer 02b5ad93e3 Place koji user configuration in user folder
Avoid placing koji.conf in a system-level directory

Signed-off-by: George T Kramer <george.t.kramer@intel.com>
2019-07-11 17:10:09 -07:00
clrbuilder fb40533923 Update packages file for version 30320
Signed-off-by: clrbuilder <clrbuilder@intel.com>
2019-07-11 12:02:13 +00:00
2 changed files with 11 additions and 7 deletions
+9 -5
View File
@@ -1007,6 +1007,7 @@ appstream
appstream-glib
apr
apr-util
arandr
arc-theme
argcomplete
argon2
@@ -1119,6 +1120,7 @@ boto
boto3
botocore
bovo
brasero
breathe
breeze
breeze-gtk
@@ -1327,10 +1329,6 @@ compat-opencv-soname33
compat-opencv-soname34
compat-openexr-soname23
compat-openssl-soname-10
compat-poppler-soname78
compat-poppler-soname82
compat-poppler-soname83
compat-poppler-soname86
compat-proj-soname13
compat-protobuf-soname14
compat-protobuf-soname15
@@ -1522,6 +1520,7 @@ dmidecode
dmlc-core
dnf
dnf-plugins-core
dns-lexicon
dnsmasq
dnspython
doc8
@@ -1992,6 +1991,7 @@ itsdangerous
itstool
iw
ixion
jack2
jansson
jaraco.functools
jarn.viewdoc
@@ -2105,6 +2105,7 @@ keditbookmarks
keepalived
keepassxc
kemoticons
kerberos
kernel-config
kernel-config-checker
kernel-install
@@ -2454,6 +2455,7 @@ libpeas
libpfm
libpinyin
libpipeline
libplacebo
libpng
libpsl
libpthread-stubs
@@ -4028,7 +4030,6 @@ pygtk
pygtkglext
pyhs100
pyinotify
pykerberos
pykwalify
pylama
pyliblzma
@@ -4217,6 +4218,7 @@ repoze.lru
repoze.sphinx.autointerface
repoze.who
requests
requests-file
requests-kerberos
requests-mock
requests-ntlm
@@ -4389,6 +4391,7 @@ stow
strace
stress-ng
stunnel
su-exec
subunit
subunit2sql
subversion
@@ -4484,6 +4487,7 @@ tinyrpc
tinyxml2
tiptop
tk
tldextract
tmux
todoist
tokyocabinet
+2 -2
View File
@@ -145,9 +145,9 @@ if [ "$USE_KOJI" ]; then
cp "$CLIENTCA" ~/.koji/clientca.crt
cp "$SERVERCA" ~/.koji/serverca.crt
if [ ! -f /etc/koji.conf ]; then
if [ ! -f ~/.koji/config ]; then
echo "Setting up koji config . . ."
sudo cp projects/common/conf/koji.conf /etc
cp -f projects/common/conf/koji.conf ~/.koji/config
fi
fi