diff options
author | B. Watson <yalhcru@gmail.com> | 2016-09-09 15:20:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2016-09-09 15:20:22 -0400 |
commit | 12b0370e759ae76a903a17c8f582fb424f509a5e (patch) | |
tree | a2e041a48940722dc6e8f78918b61c679e901acf | |
parent | 132399131386a4a386bc2a7a07ca2c5156fb3e22 (diff) | |
download | sbostuff-12b0370e759ae76a903a17c8f582fb424f509a5e.tar.gz |
rename sbosubmit to sboul (to match sbodl)
-rw-r--r-- | README | 2 | ||||
-rwxr-xr-x | sboul (renamed from sbosubmit) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ sbodl - download the sources (from the .info file) sbofixinfo - try to fix malformed .info files sbolint - examine a SBo tarball or dir, look for common errors sbosearch - search local SBo repo -sbosubmit - submit to SBo, from command line +sboul - submit slackbuild tarballs to SBo, from command line sbrename - rename a build sbosrc - simple client script for sbosrcarch archives sbosrcarch - create/maintain an archive of SBo sources @@ -119,7 +119,7 @@ $resp = $ua->post( print STDERR "\n"; -$tmpfile = "/tmp/sbosubmit.$$." . int(rand(10 ** 10)) . ".html"; +$tmpfile = "/tmp/sboul.$$." . int(rand(10 ** 10)) . ".html"; open RESULT, ">$tmpfile" or die "$tmpfile: $!"; print RESULT $resp->content; close RESULT; |