Browse Source

prereqs mirror_pad

David Sniperovitch 8 years ago
parent
commit
2e4fe37d57
3 changed files with 2 additions and 8 deletions
  1. 1 5
      .travis.yml
  2. 1 1
      build.sh
  3. 0 2
      mirror_pad.pl

+ 1 - 5
.travis.yml

@@ -9,11 +9,7 @@ before_install:
   - wget https://github.com/jgm/pandoc/releases/download/1.19.2.1/pandoc-1.19.2.1-1-amd64.deb
   - sudo dpkg -i *.deb
   - sudo apt-get -qq update
-  - sudo apt-get install -y texlive-latex-base
-  - sudo apt-get install -y texlive-font-utils
-  - sudo apt-get install -y texlive-latex-recommended
-  - sudo apt-get install -y texlive-fonts-recommended
-  - sudo apt-get install -y texlive-latex-extra
+  - sudo apt-get install -y texlive-latex-base texlive-font-utils texlive-latex-recommended texlive-fonts-recommended texlive-latex-extra
   - sudo apt-get install -y python-pip
   - sudo pip install pandoc-latex-environment
   - ./build.sh

+ 1 - 1
build.sh

@@ -6,5 +6,5 @@ curl -L https://cpanmin.us | perl - App::cpanminus
 ~/perl5/bin/cpanm --local-lib=~/perl5 local::lib
 perl -I ~/perl5/lib/perl5/ -Mlocal::lib >> .bashrc
 source .bashrc
-~/perl5/bin/cpanm URI::Encode Etherpad Config::YAML
+~/perl5/bin/cpanm URI::Encode Etherpad Config::YAML IO::Socket::SSL
 

+ 0 - 2
mirror_pad.pl

@@ -13,8 +13,6 @@ my $c = Config::YAML->new(config => "$FindBin::Bin/mirror_pad.yml");
 my $ep = Etherpad->new(
   url      => $c->get_url,
   apikey   => $c->get_apikey,
-  user     => $c->get_user,
-  password => $c->get_password,
 );
 
 my $pad_base = quotemeta $c->get_url;