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
310fec35
Commit
310fec35
authored
Mar 31, 2022
by
Denis Bonnenfant
Browse files
optimisation wpkg
parent
9c56dd66
Changes
3
Hide whitespace changes
Inline
Side-by-side
sources/debian/changelog
View file @
310fec35
sambaedu-wpkg (4.8.1
6
) UNRELEASED; urgency=medium
sambaedu-wpkg (4.8.1
7
) UNRELEASED; urgency=medium
[ Denis Bonnenfant ]
* Paquets stables
...
...
@@ -11,7 +11,7 @@ sambaedu-wpkg (4.8.16) UNRELEASED; urgency=medium
* Nouvelle version stable avec support DC secondaire
* Nouvelle version stable avec support DC secondaire
-- denis <denis@bureau> Thu, 31 Mar 2022 1
5:35:34
+0200
-- denis <denis@bureau> Thu, 31 Mar 2022 1
6:34:57
+0200
sambaedu-wpkg (4.0.0~beta69) UNRELEASED; urgency=medium
...
...
sources/debian/files
View file @
310fec35
sambaedu-wpkg_4.8.1
6
_all.deb net extra
sambaedu-wpkg_4.8.1
6
_amd64.buildinfo net extra
sambaedu-wpkg_4.8.1
7
_all.deb net extra
sambaedu-wpkg_4.8.1
7
_amd64.buildinfo net extra
sources/usr/share/sambaedu/applications/wpkg/startup.linux
View file @
310fec35
echo "Installation des logiciels via wpkg"
packages=$(dpkg-query -W --showformat '${binary:Package} ')
OLDIFS=$IFS
IFS=" "
for package in $(echo -n "$local_packages "; curl -s -F "id=$id" http://###_SE4FS_NAME_###.###_DOMAIN_###/wpkg/linux_out.php); do
echo $packages | grep -q "^${package}$" || DEBIAN_FRONTEND=noninteractive apt-get install -y $package || true
done
IFS=$OLDIFS
#packages=$(dpkg-query -W --showformat '${binary:Package} ')
DEBIAN_FRONTEND=noninteractive apt-get install -y -q $(echo -n "$local_packages "; curl -s -F "id=$id" http://###_SE4FS_NAME_###.###_DOMAIN_###/wpkg/linux_out.php)
DEBIAN_FRONTEND=noninteractive apt-get full-upgrade -y -q
#OLDIFS=$IFS
#IFS=" "
#for package in $(echo -n "$local_packages "; curl -s -F "id=$id" http://###_SE4FS_NAME_###.###_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