Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SambaEdu
sambaedu-wpkg
Commits
79296d2c
Commit
79296d2c
authored
Mar 19, 2022
by
Denis Bonnenfant
Browse files
FQDN pour se4 pour les scripts linux
parent
4a5832f8
Changes
4
Hide whitespace changes
Inline
Side-by-side
sources/debian/changelog
View file @
79296d2c
sambaedu-wpkg (4.8.1
2
) UNRELEASED; urgency=medium
sambaedu-wpkg (4.8.1
3
) UNRELEASED; urgency=medium
[ Denis Bonnenfant ]
* Paquets stables
...
...
@@ -11,7 +11,7 @@ sambaedu-wpkg (4.8.12) UNRELEASED; urgency=medium
* Nouvelle version stable avec support DC secondaire
* Nouvelle version stable avec support DC secondaire
-- denis <denis@bureau> Thu, 17 Mar 2022 1
7:52:36
+0100
-- denis <denis@bureau> Thu, 17 Mar 2022 1
9:21:44
+0100
sambaedu-wpkg (4.0.0~beta69) UNRELEASED; urgency=medium
...
...
sources/debian/control
View file @
79296d2c
...
...
@@ -8,5 +8,5 @@ Standards-Version: 3.7.2
Package: sambaedu-wpkg
Architecture: all
Replaces: se3-wpkg
Depends: sambaedu, unzip, xsltproc, cabextract, recode, wakeonlan, tofrodos, md5deep, xmlstarlet
Depends: sambaedu
-web-common (>= 4.8.86)
, unzip, xsltproc, cabextract, recode, wakeonlan, tofrodos, md5deep, xmlstarlet
Description: Paquet optionnel d'installation d'applications sur les clients windows avec wpkg.
sources/debian/files
View file @
79296d2c
sambaedu-wpkg_4.8.1
2
_all.deb net extra
sambaedu-wpkg_4.8.1
2
_amd64.buildinfo net extra
sambaedu-wpkg_4.8.1
3
_all.deb net extra
sambaedu-wpkg_4.8.1
3
_amd64.buildinfo net extra
sources/usr/share/sambaedu/applications/wpkg/startup.linux
View file @
79296d2c
...
...
@@ -2,7 +2,7 @@ echo "Installation des logiciels via wpkg"
packages=$(dpkg-query -W --showformat '${binary:Package} ')
OLDIFS=$IFS
IFS=" "
for package in $(curl -s -F "id=$id" http://
se4fs
/wpkg/linux_out.php); do
for package in $(curl -s -F "id=$id" http://
$config_se4fs_name.$config_domain
/wpkg/linux_out.php); do
echo $packages | grep -q "^${package}$" || DEBIAN_FRONTEND=noninteractive apt-get install -y $package || true
done
IFS=$OLDIFS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment