This website requires JavaScript.
Explore
Help
Register
Sign In
nils
/
gluon
Watch
1
Star
0
Fork
0
You've already forked gluon
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f5d932c4f
gluon
/
package
/
gluon-core
/
files
/
etc
/
uci-defaults
/
zzz-gluon-upgrade
6 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add gluon-core package This is the most basic core of the Gluon framework. Most upgrade scripts will have to be rewritten and/or moved to other packages.
2013-01-31 09:23:27 +00:00
#!/bin/sh
Move all upgrade scripts to a common directory Moving the scripts to a common directory not only vastly simplifies the zzz-gluon-upgrade script, but also allows to define an ordering of such scripts across packages.
2015-01-24 10:27:47 +00:00
for script in /lib/gluon/upgrade/*; do
"$script"
gluon-core: upgrade: fix directory movement
2013-10-01 19:12:36 +00:00
done
Reference in New Issue
Copy Permalink