- Update to version 0.4.1.git20180612.0a1a38e:
* [dist] Resize disk in KankuFile to 25G * [dist] added 'preferred_extension' to job example 'obs-server' * [web] enforce prefix with username for VMs built by non-admin users * [doc] share -> $SHARE_DIR in Development.pod * [web] fix for commenting function in job_history * [dist] added Const::Fast to requires for kanku-common * [doc] Updated docs/Development.pod with new path for production and migration status * [core] changes for Etag for better caching of downloaded images * [dist] added remove-domain.yml to defaults * [web] added remove button for guests * [dist] fixes for Setup and code cleanup * [dist] new perl critic rules * [dist] changed KankuFile to leap 15.0 and devel:kanku:* OBS-URL: https://build.opensuse.org/package/show/devel:kanku/kanku?expand=0&rev=4
This commit is contained in:
parent
44743f3ea7
commit
6f9a011cbe
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/M0ses/kanku.git</param>
|
||||
<param name="changesrevision">5d5581cf5903f77b8adce712b67c0480074ec576</param></service><service name="tar_scm">
|
||||
<param name="changesrevision">0a1a38e823e05b2d850b4cf87c0a1264b54a323a</param></service><service name="tar_scm">
|
||||
<param name="url">/home/frank/prj/kanku</param>
|
||||
<param name="changesrevision">07fc15f0647a92f01b67085d698485d3432a8924</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ac6fc60c4e91cad12e8cb3991f0a2f9a4159fb4177b98d1abb68bda547b87cc
|
||||
size 7846926
|
3
kanku-0.4.1.git20180612.0a1a38e.obscpio
Normal file
3
kanku-0.4.1.git20180612.0a1a38e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b29c00ae53516f39b2093954cba72ac7401aca0cc68a509bda04fea6a36dfd0
|
||||
size 7924750
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 21 11:31:29 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.4.1.git20180612.0a1a38e:
|
||||
* [dist] Resize disk in KankuFile to 25G
|
||||
* [dist] added 'preferred_extension' to job example 'obs-server'
|
||||
* [web] enforce prefix with username for VMs built by non-admin users
|
||||
* [doc] share -> $SHARE_DIR in Development.pod
|
||||
* [web] fix for commenting function in job_history
|
||||
* [dist] added Const::Fast to requires for kanku-common
|
||||
* [doc] Updated docs/Development.pod with new path for production and migration status
|
||||
* [core] changes for Etag for better caching of downloaded images
|
||||
* [dist] added remove-domain.yml to defaults
|
||||
* [web] added remove button for guests
|
||||
* [dist] fixes for Setup and code cleanup
|
||||
* [dist] new perl critic rules
|
||||
* [dist] changed KankuFile to leap 15.0 and devel:kanku:*
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 24 05:36:21 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: kanku
|
||||
version: 0.4.0.git20180523.5d5581c
|
||||
mtime: 1527086571
|
||||
commit: 5d5581cf5903f77b8adce712b67c0480074ec576
|
||||
version: 0.4.1.git20180612.0a1a38e
|
||||
mtime: 1528758299
|
||||
commit: 0a1a38e823e05b2d850b4cf87c0a1264b54a323a
|
||||
|
||||
|
@ -169,6 +169,7 @@ Requires: perl(Dancer2::Plugin::REST)
|
||||
Requires: perl(XML::XPath)
|
||||
Requires: perl(Term::ReadKey)
|
||||
Requires: perl(IPC::Run)
|
||||
Requires: perl(Const::Fast)
|
||||
# DBD::SQLite is also provided by perl-DBD-SQLite-Amalgamation
|
||||
# but perl-DBD-SQLite-Amalgamation is breaks with SQL syntax errors
|
||||
# at job_histroy_sub table
|
||||
|
Loading…
Reference in New Issue
Block a user