diff options
author | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2014-06-23 17:11:25 +0000 |
---|---|---|
committer | Parabola automatic package builder <dev@lists.parabolagnulinux.org> | 2014-06-23 17:11:25 +0000 |
commit | fcfc636c873c9ea9d8e9dc5971122d3509b269f6 (patch) | |
tree | 5163a0411a79df191b24e00b83ab1c828735b0a8 | |
parent | 1edf452e90fd12615d9b3974324f02b646437d5c (diff) |
improve
-rw-r--r-- | .config/libretools/libretools.conf | 1 | ||||
-rwxr-xr-x | bin/autobuild.sh | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.config/libretools/libretools.conf b/.config/libretools/libretools.conf new file mode 100644 index 0000000..fe40846 --- /dev/null +++ b/.config/libretools/libretools.conf @@ -0,0 +1 @@ +HOOKPOSTRELEASE=":" diff --git a/bin/autobuild.sh b/bin/autobuild.sh index e12604c..0787c70 100755 --- a/bin/autobuild.sh +++ b/bin/autobuild.sh @@ -87,7 +87,7 @@ git commit -m 'Update libre/your-freedom' # Build the new package makepkg -c -librestage libre +librestage "${PACKAGE%/*}" # Publish the updates git push |