This website requires JavaScript.
Explore
Help
Sign In
CatalogueRevamping
/
docker-ckan
Watch
14
Star
0
Fork
You've already forked docker-ckan
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00d69a40fc
docker-ckan
/
scripts
/
apply_ckan_patches.sh
6 lines
101 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
shopt
-s nullglob
for
patch in patches/*.patch
;
do
/usr/bin/patch -p0 -i
$patch
done
Reference in New Issue
View Git Blame
Copy Permalink