Skip to content

Commit

Permalink
add S3 repo updating script
Browse files Browse the repository at this point in the history
  • Loading branch information
jantman committed Sep 9, 2015
1 parent 0060b68 commit e2b7498
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -10,3 +10,9 @@ My PKGBUILDs for Arch Linux
** __update_chrome.py__ - Python script to find the latest package version from the deb repository and update the PKGBUILD accordingly.
* __simulationcraft-git.PKGBUILD__ - my own PKGBUILD for [SimulationCraft](http://simulationcraft.org/) from git, based on the old [AUR simulationcraft-svn](https://aur.archlinux.org/packages/simulationcraft-svn/) one.
* __vmware-systemd-services.PKGBUILD__ - systemd services for VMWare Player / Workstation 11

## Building

1. ``makepkg -p filename.PKGBUILD``
2. ``mv *.pkg.tar.xz repo/``
3. ``./update_sync.sh`` to update the repo and sync to S3
11 changes: 11 additions & 0 deletions index.html
@@ -0,0 +1,11 @@
<html>
<head>
<title>jantman's Arch Linux repo</title>
</head>
<body>
See <a href="https://github.com/jantman/arch-pkgbuilds">https://github.com/jantman/arch-pkgbuilds</a> for more information.
</body>
</html>



4 changes: 4 additions & 0 deletions update_sync.sh
@@ -0,0 +1,4 @@
#!/bin/bash

repo-add repo/jantman.db.tar.gz repo/*.pkg.tar.xz
~/venvs/foo/bin/s3cmd put -r repo/* s3://archrepo.jasonantman.com/current/

0 comments on commit e2b7498

Please sign in to comment.