tags/0.0.1
Daniel Berteaud 13 years ago
commit 8cd51d6192
  1. 3
      ipasserelle-gp.spec
  2. 1
      root/etc/e-smith/db/configuration/defaults/wpkg/Debug
  3. 1
      root/etc/e-smith/db/configuration/defaults/wpkg/DryRun
  4. 1
      root/etc/e-smith/db/configuration/defaults/wpkg/RsyncServer
  5. 2
      root/etc/e-smith/events/actions/wpkg-update-packages
  6. 2
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/10debug
  7. 0
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/config.xml/20dry
  8. 1
      root/etc/e-smith/templates/home/e-smith/files/shares/wpkg/files/settings/wpkg-gp/Wpkg-GP.ini/10All
  9. 1
      root/home/e-smith/files/shares/wpkg/files/profiles.xml

@ -1,5 +1,5 @@
%define version 0.0.1 %define version 0.0.1
%define release 1.beta4 %define release 1.beta5
%define name ipasserelle-gp %define name ipasserelle-gp
@ -56,4 +56,3 @@ rm -rf $RPM_BUILD_ROOT
%preun %preun

@ -0,0 +1 @@
rsync.firewall-services.com::wpkg_packages

@ -4,4 +4,4 @@ USER=$(db configuration getprop wpkg RsyncUser || echo $(db configuration get Do
PASS=$(db configuration getrpop wpkg RsyncPassword || echo secret) PASS=$(db configuration getrpop wpkg RsyncPassword || echo secret)
SERVER=$(db configuration getprop wpkg RsyncServer || echo not.set) SERVER=$(db configuration getprop wpkg RsyncServer || echo not.set)
RSYNC_PASSWORD=$PASS /usr/bin/rsync -rtPz $USER@$SERVER /home/e-smith/files/shares/deploiement/files/ RSYNC_PASSWORD=$PASS /usr/bin/rsync -rtPz $USER@$SERVER /home/e-smith/files/shares/wpkg/files/

@ -1,6 +1,6 @@
{ {
my $debug = $wpkg{'Debug'} || 'disabled'; my $debug = $wpkg{'Debug'} || 'disabled';
if ($dry eq 'enabled'){ if ($debug eq 'enabled'){
$OUT .= "\t<param name='debug' value='true' />\n"; $OUT .= "\t<param name='debug' value='true' />\n";
} }
else{ else{

@ -23,6 +23,7 @@ WpkgActivityIndicator = 1
[EnvironmentVariables] [EnvironmentVariables]
SOFTWARE = \\\\$ip\\wpkg\\softwares SOFTWARE = \\\\$ip\\wpkg\\softwares
SETTINGS = \\\\$ip\\wpkg\\settings SETTINGS = \\\\$ip\\wpkg\\settings
IPASSERELLE_IP = $ip
EOF EOF

@ -40,7 +40,6 @@
<package package-id='ntp' /> <package package-id='ntp' />
<package package-id="jre" /> <package package-id="jre" />
<package package-id="firefox" /> <package package-id="firefox" />
<package package-id="firefox_conf" />
<package package-id="flash" /> <package package-id="flash" />
<package package-id='thunderbird' /> <package package-id='thunderbird' />
<package package-id="adobe_reader" /> <package package-id="adobe_reader" />

Loading…
Cancel
Save