CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程

文件名称:fpm-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2014-07-15
  • 文件大小:
    152kb
  • 已下载:
    0次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!
电信下载 联通下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。

介绍说明--下载内容来自于网络,使用问题请自行百度

Effing Package Management

Preface



Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!



What is fpm?



It helps you build packages quickly and easily (Packages like RPM and DEB formats).



FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.



Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)



At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"



Someone asked for memcached.



Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.



In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.-Effing Package Management

Preface



Package maintainers work hard and take a lot of shit. You can t please everyone. So, if you re a maintainer: Thanks for maintaining packages!



What is fpm?



It helps you build packages quickly and easily (Packages like RPM and DEB formats).



FUNDAMENTAL PRINCIPLE: IF FPM IS NOT HELPING YOU MAKE PACKAGES EASILY, THEN THERE IS A BUG IN FPM.



Here is a presentation I gave on fpm at BayLISA: http://goo.gl/sWs3Z (I included speaker notes you can read, too)



At BayLISA in April 2011, I gave a talk about fpm. At the end, I asked "What can I package for you?"



Someone asked for memcached.



Google for memcached , download the source, unpack, ./configure, make, make install, fpm, deploy.



In 60 seconds, starting from nothing, I had both an RPM and a .DEB of memcached ready to deploy, and I didn t need to know how to use rpmbuild, rpm specfiles, dh_make, debian control files, etc.
(系统自动生成,下载前可以参看下载内容)

下载文件列表

fpm-master/
fpm-master/.batcave/
fpm-master/.batcave/manifest
fpm-master/.gitignore
fpm-master/.travis.yml
fpm-master/CHANGELIST
fpm-master/CONTRIBUTORS
fpm-master/Gemfile
fpm-master/LICENSE
fpm-master/Makefile
fpm-master/NOTES.md
fpm-master/README.md
fpm-master/Vagrantfile
fpm-master/bin/
fpm-master/bin/fpm
fpm-master/examples/
fpm-master/examples/api/
fpm-master/examples/api/gem-to-rpm.rb
fpm-master/examples/api/multiple-to-rpm.rb
fpm-master/examples/fpm-with-system-ruby/
fpm-master/examples/fpm-with-system-ruby/Makefile
fpm-master/examples/fpm-with-system-ruby/README.md
fpm-master/examples/fpm/
fpm-master/examples/fpm/Makefile
fpm-master/examples/fpm/README.md
fpm-master/examples/jruby/
fpm-master/examples/jruby/Makefile
fpm-master/examples/jruby/README.md
fpm-master/examples/python/
fpm-master/examples/python/twisted/
fpm-master/examples/python/twisted/Makefile
fpm-master/fpm.gemspec
fpm-master/lib/
fpm-master/lib/fpm.rb
fpm-master/lib/fpm/
fpm-master/lib/fpm/command.rb
fpm-master/lib/fpm/errors.rb
fpm-master/lib/fpm/namespace.rb
fpm-master/lib/fpm/package.rb
fpm-master/lib/fpm/package/
fpm-master/lib/fpm/package/cpan.rb
fpm-master/lib/fpm/package/deb.rb
fpm-master/lib/fpm/package/dir.rb
fpm-master/lib/fpm/package/empty.rb
fpm-master/lib/fpm/package/gem.rb
fpm-master/lib/fpm/package/npm.rb
fpm-master/lib/fpm/package/osxpkg.rb
fpm-master/lib/fpm/package/pear.rb
fpm-master/lib/fpm/package/pkgin.rb
fpm-master/lib/fpm/package/puppet.rb
fpm-master/lib/fpm/package/pyfpm/
fpm-master/lib/fpm/package/pyfpm/__init__.py
fpm-master/lib/fpm/package/pyfpm/get_metadata.py
fpm-master/lib/fpm/package/python.rb
fpm-master/lib/fpm/package/rpm.rb
fpm-master/lib/fpm/package/sh.rb
fpm-master/lib/fpm/package/solaris.rb
fpm-master/lib/fpm/package/tar.rb
fpm-master/lib/fpm/package/zip.rb
fpm-master/lib/fpm/util.rb
fpm-master/lib/fpm/version.rb
fpm-master/misc/
fpm-master/misc/pkgsrc.sh
fpm-master/notify-failure.sh
fpm-master/spec/
fpm-master/spec/fixtures/
fpm-master/spec/fixtures/deb/
fpm-master/spec/fixtures/deb/staging/
fpm-master/spec/fixtures/deb/staging/etc/
fpm-master/spec/fixtures/deb/staging/etc/init.d/
fpm-master/spec/fixtures/deb/staging/etc/init.d/test
fpm-master/spec/fixtures/gem/
fpm-master/spec/fixtures/gem/example/
fpm-master/spec/fixtures/gem/example/example-1.0.gem
fpm-master/spec/fixtures/gem/example/example.gemspec
fpm-master/spec/fixtures/python/
fpm-master/spec/fixtures/python/requirements.txt
fpm-master/spec/fixtures/python/setup.py
fpm-master/spec/fpm/
fpm-master/spec/fpm/command_spec.rb
fpm-master/spec/fpm/package/
fpm-master/spec/fpm/package/cpan_spec.rb
fpm-master/spec/fpm/package/deb_spec.rb
fpm-master/spec/fpm/package/dir_spec.rb
fpm-master/spec/fpm/package/gem_spec.rb
fpm-master/spec/fpm/package/osxpkg_spec.rb
fpm-master/spec/fpm/package/python_spec.rb
fpm-master/spec/fpm/package/rpm_spec.rb
fpm-master/spec/fpm/package_convert_spec.rb
fpm-master/spec/fpm/package_spec.rb
fpm-master/spec/fpm/util_spec.rb
fpm-master/spec/spec_setup.rb
fpm-master/templates/
fpm-master/templates/deb.erb
fpm-master/templates/deb/
fpm-master/templates/deb/ldconfig.sh.erb
fpm-master/templates/osxpkg.erb
fpm-master/templates/puppet/
fpm-master/templates/puppet/package.pp.erb
fpm-master/templates/puppet/package/
fpm-master/templates/puppet/package/remove.pp.erb
fpm-master/templates/rpm.erb
fpm-master/templates/rpm/
fpm-master/templates/rpm/filesystem_list
fpm-master/templates/sh.erb
fpm-master/templates/solaris.erb
fpm-master/test/
fpm-master/test/vagrant.pp

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com

浏览历史记录

关闭