Changeset 445 in ProjectBuilder for projects/dploy
- Timestamp:
- May 20, 2008, 5:33:22 PM (17 years ago)
- Location:
- projects/dploy/pbconf/devel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/dploy/pbconf/devel/dploy-common/rpm/dploy-common.spec
r429 r445 47 47 %defattr(-,dploy,dploy) 48 48 %doc ChangeLog 49 %doc INSTALL COPYING README 49 50 %config(noreplace) %{_sysconfdir}/PBPROJ 50 51 %doc AUTHORS 51 52 #NEWS 52 %doc INSTALL COPYING README53 53 54 54 %{perlvendorlib}/* 55 55 #%{_bindir}/* 56 56 #%{_mandir}/man1/* 57 %{_sysconfdir}/PBPROJ58 57 %{_mandir}/man3/* 59 58 -
projects/dploy/pbconf/devel/dploy.pb
r425 r445 13 13 pbpackager dploy = "Bruno Cornec <bruno@dploy.org>" 14 14 # 15 pbrepo dploy = ftp://ftp.dploy.org 15 16 16 17 # For delivery to a machine by SSH (potentially the FTP server) 17 18 # Needs hostname, account and directory 18 19 # 19 sshhost dploy = www.dploy.org20 sshhost dploy = ftp.dploy.org 20 21 sshlogin dploy = bruno 21 sshdir dploy = / dploy/ftp22 sshdir dploy = /mondo/ftp 22 23 sshport dploy = 22 23 24 … … 48 49 # Hash of valid version names 49 50 version dploy = devel,stable 51 testver dploy = true 50 52 51 53 # List of files per pkg on which to apply filters
Note:
See TracChangeset
for help on using the changeset viewer.