View Issue Details

IDProjectCategoryView StatusLast Update
0013463ScribusBuild Systempublic2015-10-24 23:03
ReporterKunda Assigned Tojghali  
PriorityhighSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
PlatformMacOSXOSYosemiteOS Version10.10.5
Product Version1.5.1svn 
Target Version1.5.1Fixed in Version1.5.1svn 
Summary0013463: Add apt-get install -y to .travis.yml
DescriptionBypass apt-get prompts by adding -y flag
apt-get install -y

See patch: https://patch-diff.githubusercontent.com/raw/scribusproject/scribus/pull/31.diff

hat tip to @QuLogic
Additional Information
diff --git a/.travis.yml b/.travis.yml
index 0445bc1..c5961d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ dist: trusty
 
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install cmake libboost-python-dev libcups2-dev libhunspell-dev
+  - sudo apt-get install -y cmake libboost-python-dev libcups2-dev libhunspell-dev
     libhyphen-dev liblcms2-dev libpodofo-dev libtiff-dev libxml2-dev
     python-all-dev zlib1g-dev qtbase5-dev qtdeclarative5-dev libqt5opengl5-dev
     qttools5-dev qttools5-dev-tools libgraphicsmagick++1-dev
TagsNo tags attached.
PatchYes

Activities

Kunda

2015-10-24 23:03

updater   ~0036893

Committed in r20494
Thanks jean!

Issue History

Date Modified Username Field Change
2015-10-24 22:31 Kunda New Issue
2015-10-24 22:58 jghali Status new => resolved
2015-10-24 22:58 jghali Fixed in Version => 1.5.1svn
2015-10-24 22:58 jghali Resolution open => fixed
2015-10-24 22:58 jghali Assigned To => jghali
2015-10-24 23:03 Kunda Note Added: 0036893
2015-10-24 23:03 Kunda Status resolved => closed