- Reduce constraints based on resource usage reported by OBS

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=413
This commit is contained in:
Tomáš Chvátal 2016-06-17 17:30:56 +00:00 committed by Git OBS Bridge
parent 21eada26ac
commit 9a089e0d37
2 changed files with 8 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<size unit="M">2000</size>
</physicalmemory>
<disk>
<size unit="G">30</size>
<size unit="G">15</size>
</disk>
</hardware>
</overwrite>
@ -22,10 +22,10 @@
</conditions>
<hardware>
<physicalmemory>
<size unit="M">6000</size>
<size unit="M">4000</size>
</physicalmemory>
<disk>
<size unit="G">30</size>
<size unit="G">15</size>
</disk>
</hardware>
</overwrite>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jun 17 17:25:11 UTC 2016 - tchvatal@suse.com
- Reduce constraints based on resource usage reported by OBS
-------------------------------------------------------------------
Fri Jun 10 12:00:58 UTC 2016 - tchvatal@suse.com